Microsoft.TestBase testBaseAccounts

ARM template resource definition

The testBaseAccounts resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.TestBase/testBaseAccounts resource, add the following JSON to your template.

{
  "type": "Microsoft.TestBase/testBaseAccounts",
  "apiVersion": "2022-04-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "sku": {
      "locations": [ "string" ],
      "name": "string",
      "resourceType": "string",
      "tier": "Standard"
    }
  }
}

Property values

testBaseAccounts

Name Description Value
type The resource type 'Microsoft.TestBase/testBaseAccounts'
apiVersion The resource api version '2022-04-01-preview'
name The resource name string (required)
location The geo-location where the resource lives string (required)
tags The tags of the resource. Dictionary of tag names and values. See Tags in templates
properties Properties of a Test Base Account. TestBaseAccountResourceProperties

TestBaseAccountResourceProperties

Name Description Value
sku The SKU of the Test Base Account. TestBaseAccountSKU (required)

TestBaseAccountSKU

Name Description Value
locations The locations that the SKU is available. string[]
name The name of the SKU. This is typically a letter + number code, such as B0 or S0. string (required)
resourceType The type of resource the SKU applies to. string
tier The tier of this particular SKU. 'Standard' (required)