共用方式為


Microsoft.Maps 帳戶 2021-07-01-preview

Bicep 資源定義

帳戶資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Maps/accounts 資源,請將下列 Bicep 新增至您的範本。

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

屬性值

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 價值

LinkedResource

名字 描述 價值
id ARM 資源標識符的格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'。 字串 (必要)
uniqueName 提供的名稱,可唯一識別鏈接的資源。 字串 (必要)

ManagedServiceIdentity

名字 描述 價值
類型 識別類型。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

名字 描述 價值

MapsAccountProperties

名字 描述 價值
disableLocalAuth 允許在 Azure 原則上切換功能,以停用 Azure 地圖服務本機驗證支援。 這會停用任何使用量的共用金鑰驗證。 bool
linkedResources 設定對應帳戶資源要用於受控識別型作業的資源。 LinkedResource[]

Microsoft.Maps/accounts

名字 描述 價值
身份 設定地圖帳戶的識別屬性。 ManagedServiceIdentity
取得或設定Kind屬性。 'Gen1'
'Gen2'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 對應帳戶屬性。 MapsAccountProperties
sku 此帳戶的 SKU。 Sku (必要)
標籤 資源標籤。 TrackedResourceTags

Sku

名字 描述 價值
名字 SKU 的名稱,格式為標準格式(例如 S0)。 'G2'
'S0'
'S1' (必要)

TrackedResourceTags

名字 描述 價值

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
部署 Azure 地圖服務 此範本會部署 和 Azure 地圖服務帳戶,並列出主鍵。
使用 Azure 地圖服務建立者部署 Azure 地圖服務建立者 (室內地圖) 此範本會使用室內地圖建立工具功能來部署和 Azure 地圖服務帳戶,以允許建置室內地圖。

ARM 樣本資源定義

帳戶資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Maps/accounts 資源,請將下列 JSON 新增至範本。

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

屬性值

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 價值

LinkedResource

名字 描述 價值
id ARM 資源標識符的格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'。 字串 (必要)
uniqueName 提供的名稱,可唯一識別鏈接的資源。 字串 (必要)

ManagedServiceIdentity

名字 描述 價值
類型 識別類型。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

名字 描述 價值

MapsAccountProperties

名字 描述 價值
disableLocalAuth 允許在 Azure 原則上切換功能,以停用 Azure 地圖服務本機驗證支援。 這會停用任何使用量的共用金鑰驗證。 bool
linkedResources 設定對應帳戶資源要用於受控識別型作業的資源。 LinkedResource[]

Microsoft.Maps/accounts

名字 描述 價值
類型 資源類型 'Microsoft.Maps/accounts'
身份 設定地圖帳戶的識別屬性。 ManagedServiceIdentity
取得或設定Kind屬性。 'Gen1'
'Gen2'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 對應帳戶屬性。 MapsAccountProperties
sku 此帳戶的 SKU。 Sku (必要)
標籤 資源標籤。 TrackedResourceTags

Sku

名字 描述 價值
名字 SKU 的名稱,格式為標準格式(例如 S0)。 'G2'
'S0'
'S1' (必要)

TrackedResourceTags

名字 描述 價值

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
建立儲存在 Azure Key Vault 中的 Azure 地圖服務 SAS 令牌

部署至 Azure
此範本會部署和 Azure 地圖服務帳戶,並根據所提供的使用者指派身分識別來列出 Sas 令牌,以儲存在 Azure Key Vault 秘密中。
部署 Azure 地圖服務

部署至 Azure
此範本會部署 和 Azure 地圖服務帳戶,並列出主鍵。
使用 Azure 地圖服務建立者部署 Azure 地圖服務建立者 (室內地圖)

部署至 Azure
此範本會使用室內地圖建立工具功能來部署和 Azure 地圖服務帳戶,以允許建置室內地圖。
RBAC - 在 Azure 地圖服務帳戶上建立受控識別存取

部署至 Azure
此範本會建立受控識別,並將其存取權指派給已建立的 Azure 地圖服務帳戶。

Terraform (AzAPI 提供者) 資源定義

帳戶資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Maps/accounts 資源,請將下列 Terraform 新增至範本。

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

屬性值

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 價值

LinkedResource

名字 描述 價值
id ARM 資源標識符的格式為:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'。 字串 (必要)
uniqueName 提供的名稱,可唯一識別鏈接的資源。 字串 (必要)

ManagedServiceIdentity

名字 描述 價值
類型 識別類型。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

名字 描述 價值

MapsAccountProperties

名字 描述 價值
disableLocalAuth 允許在 Azure 原則上切換功能,以停用 Azure 地圖服務本機驗證支援。 這會停用任何使用量的共用金鑰驗證。 bool
linkedResources 設定對應帳戶資源要用於受控識別型作業的資源。 LinkedResource[]

Microsoft.Maps/accounts

名字 描述 價值
類型 資源類型 “Microsoft.Maps/accounts@2021-07-01-preview”
身份 設定地圖帳戶的識別屬性。 ManagedServiceIdentity
取得或設定Kind屬性。 'Gen1'
'Gen2'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 對應帳戶屬性。 MapsAccountProperties
sku 此帳戶的 SKU。 Sku (必要)
標籤 資源標籤。 TrackedResourceTags

Sku

名字 描述 價值
名字 SKU 的名稱,格式為標準格式(例如 S0)。 'G2'
'S0'
'S1' (必要)

TrackedResourceTags

名字 描述 價值