다음을 통해 공유


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

이름 묘사
아이디 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}' 형식의 ARM 리소스 ID입니다. string(필수)
uniqueName 연결된 리소스를 고유하게 식별하는 제공된 이름입니다. string(필수)

ManagedServiceIdentity

이름 묘사
ID 형식입니다. 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 리소스와 연결된 사용자 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다. ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

이름 묘사

MapsAccountProperties

이름 묘사
disableLocalAuth Azure Policy의 토글 기능을 사용하여 Azure Maps 로컬 인증 지원을 사용하지 않도록 설정할 수 있습니다. 이렇게 하면 사용에서 공유 키 인증이 비활성화됩니다. bool
linkedResources Map 계정 리소스에 대한 관리 ID 기반 작업에 사용할 리소스를 설정합니다. LinkedResource[]

Microsoft.Maps/accounts

이름 묘사
신원 지도 계정의 ID 속성을 설정합니다. ManagedServiceIdentity
종류 Get 또는 Set Kind 속성입니다. 'Gen1'
'Gen2'
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 string(필수)
속성 지도 계정 속성입니다. mapsAccountProperties
sku 이 계정의 SKU입니다. Sku(필수)
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

Sku

이름 묘사
이름 표준 형식(예: S0)으로 된 SKU의 이름입니다. '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-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

이름 묘사
아이디 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}' 형식의 ARM 리소스 ID입니다. string(필수)
uniqueName 연결된 리소스를 고유하게 식별하는 제공된 이름입니다. string(필수)

ManagedServiceIdentity

이름 묘사
ID 형식입니다. 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 리소스와 연결된 사용자 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다. ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

이름 묘사

MapsAccountProperties

이름 묘사
disableLocalAuth Azure Policy의 토글 기능을 사용하여 Azure Maps 로컬 인증 지원을 사용하지 않도록 설정할 수 있습니다. 이렇게 하면 사용에서 공유 키 인증이 비활성화됩니다. bool
linkedResources Map 계정 리소스에 대한 관리 ID 기반 작업에 사용할 리소스를 설정합니다. LinkedResource[]

Microsoft.Maps/accounts

이름 묘사
apiVersion api 버전 '2021-07-01-preview'
신원 지도 계정의 ID 속성을 설정합니다. ManagedServiceIdentity
종류 Get 또는 Set Kind 속성입니다. 'Gen1'
'Gen2'
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 string(필수)
속성 지도 계정 속성입니다. mapsAccountProperties
sku 이 계정의 SKU입니다. Sku(필수)
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.Maps/accounts'

Sku

이름 묘사
이름 표준 형식(예: S0)으로 된 SKU의 이름입니다. 'G2'
'S0'
'S1'(필수)

TrackedResourceTags

이름 묘사

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플렛 묘사
Azure Key Vault 저장된 Azure Maps SAS 토큰 만들기

Azure 배포
이 템플릿은 Azure Maps 계정을 배포하고 Azure Key Vault 비밀에 저장할 제공된 사용자 할당 ID를 기반으로 Sas 토큰을 나열합니다.
Azure Maps 배포

Azure
배포
이 템플릿은 Azure Maps 계정을 배포하고 기본 키를 나열합니다.
azure Maps Creator(실내 맵) 사용하여 Azure Maps 배포

Azure
배포
이 템플릿은 실내 맵 작성자 기능을 사용하여 Azure Maps 계정을 배포하고 실내 맵을 빌드할 수 있도록 합니다.
RBAC - Azure Maps 계정 관리 ID 액세스 만들기

Azure 배포
이 템플릿은 관리 ID를 만들고 생성된 Azure Maps 계정에 대한 액세스를 할당합니다.

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"
  sku = {
    name = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      disableLocalAuth = bool
      linkedResources = [
        {
          id = "string"
          uniqueName = "string"
        }
      ]
    }
  })
}

속성 값

Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties

이름 묘사

LinkedResource

이름 묘사
아이디 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}' 형식의 ARM 리소스 ID입니다. string(필수)
uniqueName 연결된 리소스를 고유하게 식별하는 제공된 이름입니다. string(필수)

ManagedServiceIdentity

이름 묘사
ID 형식입니다. 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 리소스와 연결된 사용자 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다. ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

이름 묘사

MapsAccountProperties

이름 묘사
disableLocalAuth Azure Policy의 토글 기능을 사용하여 Azure Maps 로컬 인증 지원을 사용하지 않도록 설정할 수 있습니다. 이렇게 하면 사용에서 공유 키 인증이 비활성화됩니다. bool
linkedResources Map 계정 리소스에 대한 관리 ID 기반 작업에 사용할 리소스를 설정합니다. LinkedResource[]

Microsoft.Maps/accounts

이름 묘사
신원 지도 계정의 ID 속성을 설정합니다. ManagedServiceIdentity
종류 Get 또는 Set Kind 속성입니다. 'Gen1'
'Gen2'
위치 리소스가 있는 지리적 위치 string(필수)
이름 리소스 이름 string(필수)
속성 지도 계정 속성입니다. mapsAccountProperties
sku 이 계정의 SKU입니다. Sku(필수)
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.Maps/accounts@2021-07-01-preview"

Sku

이름 묘사
이름 표준 형식(예: S0)으로 된 SKU의 이름입니다. 'G2'
'S0'
'S1'(필수)

TrackedResourceTags

이름 묘사