Microsoft.Maps accounts/privateAtlases

ARM template resource definition

The accounts/privateAtlases 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.Maps/accounts/privateAtlases resource, add the following JSON to your template.

{
  "type": "Microsoft.Maps/accounts/privateAtlases",
  "apiVersion": "2020-02-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  }
}

Property values

accounts/privateAtlases

Name Description Value
type The resource type 'Microsoft.Maps/accounts/privateAtlases'
apiVersion The resource api version '2020-02-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location The location of the resource. string (required)
tags Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. Dictionary of tag names and values. See Tags in templates