你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Maps 帐户 2021-12-01-preview

Bicep 资源定义

可以使用目标操作部署帐户资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Maps/accounts 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.Maps/accounts@2021-12-01-preview' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  kind: 'string'
  location: 'string'
  name: 'string'
  properties: {
    cors: {
      corsRules: [
        {
          allowedOrigins: [
            'string'
          ]
        }
      ]
    }
    disableLocalAuth: bool
    linkedResources: [
      {
        id: 'string'
        uniqueName: 'string'
      }
    ]
  }
  sku: {
    name: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 价值

CorsRule

名字 描述 价值
allowedOrigins 如果存在 CorsRule 元素,则为必需。 将允许通过 CORS 或“*”允许所有域的源域列表 string[] (必需)

CorsRules

名字 描述 价值
corsRules CORS 规则的列表。 请求中最多可以包含五个 CorsRule 元素。 CorsRule[]

LinkedResource

名字 描述 价值
id ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}”。 string (必需)
uniqueName 提供的名称,用于唯一标识链接的资源。 string (必需)

ManagedServiceIdentity

名字 描述 价值
类型 标识类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用的格式为 ARM 资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

名字 描述 价值

MapsAccountProperties

名字 描述 价值
cors 指定 Blob 服务的 CORS 规则。 请求中最多可以包含五个 CorsRule 元素。 如果请求正文中不包含 CorsRule 元素,将删除所有 CORS 规则,并且将禁用 Blob 服务的 CORS。 CorsRules
disableLocalAuth 允许在 Azure Policy 上切换功能禁用 Azure Maps 本地身份验证支持。 这将从任何用法中禁用共享密钥身份验证。 bool
linkedResources 设置要用于映射帐户资源的基于托管标识的操作的资源。 LinkedResource[]

Microsoft.Maps/accounts

名字 描述 价值
身份 设置地图帐户的标识属性。 ManagedServiceIdentity
获取或设置 Kind 属性。 “Gen1”
“Gen2”
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 映射帐户属性。 MapsAccountProperties
sku 此帐户的 SKU。 Sku(必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

Sku

名字 描述 价值
名字 SKU 的名称(如 S0)。 “G2”
“S0”
“S1”(必需)

TrackedResourceTags

名字 描述 价值

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
部署 Azure Maps 此模板部署和 Azure Maps 帐户并列出主密钥。
使用 Azure Maps Creator(室内地图) 部署 Azure Maps 此模板使用室内地图创建者功能部署和 Azure Maps 帐户,以允许构建室内地图。

ARM 模板资源定义

可以使用目标操作部署帐户资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Maps/accounts 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.Maps/accounts",
  "apiVersion": "2021-12-01-preview",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "kind": "string",
  "location": "string",
  "properties": {
    "cors": {
      "corsRules": [
        {
          "allowedOrigins": [ "string" ]
        }
      ]
    },
    "disableLocalAuth": "bool",
    "linkedResources": [
      {
        "id": "string",
        "uniqueName": "string"
      }
    ]
  },
  "sku": {
    "name": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 价值

CorsRule

名字 描述 价值
allowedOrigins 如果存在 CorsRule 元素,则为必需。 将允许通过 CORS 或“*”允许所有域的源域列表 string[] (必需)

CorsRules

名字 描述 价值
corsRules CORS 规则的列表。 请求中最多可以包含五个 CorsRule 元素。 CorsRule[]

LinkedResource

名字 描述 价值
id ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}”。 string (必需)
uniqueName 提供的名称,用于唯一标识链接的资源。 string (必需)

ManagedServiceIdentity

名字 描述 价值
类型 标识类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用的格式为 ARM 资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

名字 描述 价值

MapsAccountProperties

名字 描述 价值
cors 指定 Blob 服务的 CORS 规则。 请求中最多可以包含五个 CorsRule 元素。 如果请求正文中不包含 CorsRule 元素,将删除所有 CORS 规则,并且将禁用 Blob 服务的 CORS。 CorsRules
disableLocalAuth 允许在 Azure Policy 上切换功能禁用 Azure Maps 本地身份验证支持。 这将从任何用法中禁用共享密钥身份验证。 bool
linkedResources 设置要用于映射帐户资源的基于托管标识的操作的资源。 LinkedResource[]

Microsoft.Maps/accounts

名字 描述 价值
apiVersion API 版本 '2021-12-01-preview'
身份 设置地图帐户的标识属性。 ManagedServiceIdentity
获取或设置 Kind 属性。 “Gen1”
“Gen2”
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 映射帐户属性。 MapsAccountProperties
sku 此帐户的 SKU。 Sku(必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.Maps/accounts”

Sku

名字 描述 价值
名字 SKU 的名称(如 S0)。 “G2”
“S0”
“S1”(必需)

TrackedResourceTags

名字 描述 价值

快速入门模板

以下快速入门模板部署此资源类型。

模板 描述
创建存储在 Azure Key Vault 中的 Azure Maps SAS 令牌

部署到 Azure
此模板部署和 Azure Maps 帐户,并根据提供的要存储在 Azure Key Vault 机密中的用户分配标识列出 Sas 令牌。
部署 Azure Maps

部署到 Azure
此模板部署和 Azure Maps 帐户并列出主密钥。
使用 Azure Maps Creator(室内地图) 部署 Azure Maps

部署到 Azure
此模板使用室内地图创建者功能部署和 Azure Maps 帐户,以允许构建室内地图。
RBAC - 在 Azure Maps 帐户上创建托管标识访问

部署到 Azure
此模板创建托管标识,并向其分配对已创建的 Azure Maps 帐户的访问权限。

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署帐户资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Maps/accounts 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Maps/accounts@2021-12-01-preview"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  kind = "string"
  location = "string"
  sku = {
    name = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      cors = {
        corsRules = [
          {
            allowedOrigins = [
              "string"
            ]
          }
        ]
      }
      disableLocalAuth = bool
      linkedResources = [
        {
          id = "string"
          uniqueName = "string"
        }
      ]
    }
  })
}

属性值

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 价值

CorsRule

名字 描述 价值
allowedOrigins 如果存在 CorsRule 元素,则为必需。 将允许通过 CORS 或“*”允许所有域的源域列表 string[] (必需)

CorsRules

名字 描述 价值
corsRules CORS 规则的列表。 请求中最多可以包含五个 CorsRule 元素。 CorsRule[]

LinkedResource

名字 描述 价值
id ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}”。 string (必需)
uniqueName 提供的名称,用于唯一标识链接的资源。 string (必需)

ManagedServiceIdentity

名字 描述 价值
类型 标识类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用的格式为 ARM 资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

名字 描述 价值

MapsAccountProperties

名字 描述 价值
cors 指定 Blob 服务的 CORS 规则。 请求中最多可以包含五个 CorsRule 元素。 如果请求正文中不包含 CorsRule 元素,将删除所有 CORS 规则,并且将禁用 Blob 服务的 CORS。 CorsRules
disableLocalAuth 允许在 Azure Policy 上切换功能禁用 Azure Maps 本地身份验证支持。 这将从任何用法中禁用共享密钥身份验证。 bool
linkedResources 设置要用于映射帐户资源的基于托管标识的操作的资源。 LinkedResource[]

Microsoft.Maps/accounts

名字 描述 价值
身份 设置地图帐户的标识属性。 ManagedServiceIdentity
获取或设置 Kind 属性。 “Gen1”
“Gen2”
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 映射帐户属性。 MapsAccountProperties
sku 此帐户的 SKU。 Sku(必需)
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.Maps/accounts@2021-12-01-preview”

Sku

名字 描述 价值
名字 SKU 的名称(如 S0)。 “G2”
“S0”
“S1”(必需)

TrackedResourceTags

名字 描述 价值