Azure DevTest Labs · JSON Structure

Azure Test Labs Arm Template Structure

An Azure Resource Manager template.

Type: object Properties: 1 Required: 1
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

ArmTemplate is a JSON Structure definition published by Azure DevTest Labs, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-test-labs/refs/heads/main/json-structure/azure-test-labs-arm-template-structure.json",
  "description": "An Azure Resource Manager template.",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ArmTemplateProperties",
      "description": "The properties of the resource.",
      "x-ms-client-flatten": true
    }
  },
  "required": [
    "properties"
  ],
  "name": "ArmTemplate"
}