Microsoft.MixedReality spatialAnchorsAccounts

ARM template resource definition

The spatialAnchorsAccounts resource type can be deployed to:

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

Resource format

To create a Microsoft.MixedReality/spatialAnchorsAccounts resource, add the following JSON to your template.

{
  "type": "Microsoft.MixedReality/spatialAnchorsAccounts",
  "apiVersion": "2021-03-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "sku": {
    "capacity": "int",
    "family": "string",
    "name": "string",
    "size": "string",
    "tier": "string"
  },
  "kind": {
    "capacity": "int",
    "family": "string",
    "name": "string",
    "size": "string",
    "tier": "string"
  },
  "identity": {
    "type": "SystemAssigned"
  },
  "plan": {
    "type": "SystemAssigned"
  },
  "properties": {
    "storageAccountName": "string"
  }
}

Property values

spatialAnchorsAccounts

Name Description Value
type The resource type 'Microsoft.MixedReality/spatialAnchorsAccounts'
apiVersion The resource api version '2021-03-01-preview'
name The resource name 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
sku The sku associated with this account Sku
kind The kind of account, if supported Sku
identity The identity associated with this account Identity
plan The plan associated with this account Identity
properties Property bag. MixedRealityAccountProperties

Identity

Name Description Value
type The identity type. 'SystemAssigned'

Sku

Name Description Value
capacity If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. int
family If the service has different generations of hardware, for the same SKU, then that can be captured here. string
name The name of the SKU. Ex - P3. It is typically a letter+number code string (required)
size The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. string
tier This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. 'Basic'
'Free'
'Premium'
'Standard'

MixedRealityAccountProperties

Name Description Value
storageAccountName The name of the storage account associated with this accountId string