Microsoft.Maps accounts/creators

ARM template resource definition

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

{
  "type": "Microsoft.Maps/accounts/creators",
  "apiVersion": "2023-06-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "storageUnits": "int"
  }
}

Property values

accounts/creators

Name Description Value
type The resource type 'Microsoft.Maps/accounts/creators'
apiVersion The resource api version '2023-06-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location The geo-location where the resource lives string (required)
tags Resource tags. Dictionary of tag names and values. See Tags in templates
properties The Creator resource properties. CreatorProperties (required)

CreatorProperties

Name Description Value
storageUnits The storage units to be allocated. Integer values from 1 to 100, inclusive. int (required)

Constraints:
Min value = 1
Max value = 100




Quickstart templates

The following quickstart templates deploy this resource type.

Template Description
Deploy Azure Maps with Azure Maps Creator (Indoor Maps)

Deploy to Azure
This template deploys and Azure Maps account with the Indoor Maps Creator Feature to allow building Indoor Maps.