Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1fc577f

Browse files
committedOct 6, 2020
[ACR] Update ARM template QS
1 parent 47d8c2b commit 1fc577f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed
 

‎articles/container-registry/container-registry-get-started-geo-replication-template.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-resource-manager
77
ms.topic: quickstart
88
ms.custom: subject-armqs
99
ms.author: danlep
10-
ms.date: 05/26/2020
10+
ms.date: 10/06/2020
1111
---
1212

1313
# 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
4343

4444
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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)
4545

46-
2. Select or enter the following values.
46+
1. Select or enter the following values.
4747

4848
* **Subscription**: select an Azure subscription.
4949
* **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**.
5151
* **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.
5253
* **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.
5355
* **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.
5556

5657
:::image type="content" source="media/container-registry-get-started-geo-replication-template/template-properties.png" alt-text="Template properties":::
5758

58-
3. If you accept the terms and conditions, select **Purchase**. After the registry has been created successfully, you get a notification:
59+
1. Select **Review + Create**, then review the terms and conditions. If you agree, select **Create**.
60+
61+
1. After the registry has been created successfully, you get a notification:
5962

6063
:::image type="content" source="media/container-registry-get-started-geo-replication-template/deployment-notification.png" alt-text="Portal notification":::
6164

@@ -79,6 +82,8 @@ Use the Azure portal or a tool such as the Azure CLI to review the properties of
7982

8083
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**.
8184

85+
:::image type="content" source="media/container-registry-get-started-geo-replication-template/delete-resource-group.png" alt-text="Delete resource group":::
86+
8287
## Next steps
8388

8489
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

Comments
 (0)