Microsoft.DocumentDB locations 2022-05-15
The locations resource type can exist at: Subscriptions
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the existing
keyword.
To create a Microsoft.DocumentDB/locations resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.DocumentDB/locations@2022-05-15' existing = {
name: 'string'
}
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | string (required) |
The locations resource type can exist at: Subscriptions
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the reference
function.
To create a Microsoft.DocumentDB/locations resource, add the following JSON to your template.
[reference(resourceId('Microsoft.DocumentDB/locations', '{name}'), '2022-05-15')]
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | string (required) |
The locations resource type can exist at: Subscriptions
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the data
keyword.
To create a Microsoft.DocumentDB/locations resource, add the following Terraform to your template.
data "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/locations@2022-05-15"
name = "string"
parent_id = "string"
}
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | string (required) |
parent_id | To reference a subscription, use the ID of that subscription. | string (required) |