You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Create a geo-replicated container registry by using an ARM template
@@ -43,19 +43,22 @@ More Azure Container Registry template samples can be found in the [quickstart t
43
43
44
44
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-container-registry-geo-replication%2Fazuredeploy.json)
45
45
46
-
2. Select or enter the following values.
46
+
1. Select or enter the following values.
47
47
48
48
***Subscription**: select an Azure subscription.
49
49
***Resource group**: select **Create new**, enter a unique name for the resource group, and then select **OK**.
50
-
***Location**: select a location for the resource group. Example: **Central US**.
50
+
***Region**: select a location for the resource group. Example: **Central US**.
51
51
***Acr Name**: accept the generated name for the registry, or enter a name. It must be globally unique.
52
+
***Acr Admin User Enabled**: accept the default value.
52
53
***Location**: accept the generated location for the registry's home replica, or enter a location such as **Central US**.
54
+
***Acr Sku**: accept the default value.
53
55
***Acr Replica Location**: enter a location for the registry replica, using the region's short name. It must be different from the home registry location. Example: **westeurope**.
54
-
***I agree to the terms and conditions stated above**: Select.
@@ -79,6 +82,8 @@ Use the Azure portal or a tool such as the Azure CLI to review the properties of
79
82
80
83
When you no longer need them, delete the resource group, the registry, and the registry replica. To do so, go to the Azure portal, select the resource group that contains the registry, and then select **Delete resource group**.
In this quickstart, you created an Azure Container Registry with an ARM template, and configured a registry replica in another location. Continue to the Azure Container Registry tutorials for a deeper look at ACR.
0 commit comments