The registries/replications resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.ContainerRegistry/registries/replications resource, add the following JSON to your template.
{
"type": "Microsoft.ContainerRegistry/registries/replications",
"apiVersion": "2023-01-01-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"regionEndpointEnabled": "bool",
"zoneRedundancy": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.ContainerRegistry/registries/replications' |
apiVersion | The resource api version | '2023-01-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 5-50 Valid characters: Alphanumerics. |
location | The location of the resource. This cannot be changed after the resource is created. | string (required) |
tags | The tags of the resource. | Dictionary of tag names and values. See Tags in templates |
properties | The properties of the replication. | ReplicationProperties |
Name | Description | Value |
---|---|---|
regionEndpointEnabled | Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. | bool |
zoneRedundancy | Whether or not zone redundancy is enabled for this container registry replication | 'Disabled' 'Enabled' |
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Azure Container Registry with Geo-replication Template |
A template for creating a new Azure Container Registry with geo-replication |