An Azure Maps Account provides access to Azure’s location intelligence services, including maps, geolocation, routing, traffic data, search, and geospatial analytics. It acts as the core resource that manages authentication, usage quotas, and configuration for map-based applications.
Fields
| Title | ID | Type | Data Type | Description |
|---|
| _key | core | string | |
| cors | core | json | Sets the CORS rules. You can include up to five CorsRule elements in the request. |
| disable_local_auth | core | bool | Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. |
| encryption | core | json | (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. |
| id | core | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| identity | core | json | Managed service identity (system assigned and/or user assigned identities) |
| kind | core | string | The Kind of the Maps Account. |
| linked_resources | core | json | The array of associated resources to the Map account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Map Account Managed Identity(s) permissions to those resource(s). |
| location | core | string | The geo-location where the resource lives |
| name | core | string | The name of the resource |
| provisioning_state | core | string | The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: `Succeeded` and `Failed` |
| resource_group | core | string | |
| sku | core | json | The SKU of the Maps Account. |
| subscription_id | core | string | |
| subscription_name | core | string | |
| system_data | core | json | Metadata pertaining to creation and last modification of the resource. |
| tags | core | hstore_csv | |
| type | core | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
| unique_id | core | string | A unique identifier for the maps account |