Skip to content

Commit 2787625

Browse files
committed
image updates
1 parent 9e07240 commit 2787625

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

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

1313
# Quickstart: Create a geo-replicated container registry by using a Resource Manager template
1414

15-
This quickstart shows how to create an Azure Container Registry instance using an Azure Resource Manager template. The template sets up a [geo-replicated](container-registry-geo-replication.md) registry, which automatically synchronizes registry content across more than one Azure region. Geo-replication enables network-close access to images from regional deployments, while providing a single management experience. It's a feature of the [Premium](container-registry-skus.md) registry service tier.
15+
This quickstart shows how to create an Azure Container Registry instance by using an Azure Resource Manager template. The template sets up a [geo-replicated](container-registry-geo-replication.md) registry, which automatically synchronizes registry content across more than one Azure region. Geo-replication enables network-close access to images from regional deployments, while providing a single management experience. It's a feature of the [Premium](container-registry-skus.md) registry service tier.
1616

1717
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1818

@@ -53,11 +53,11 @@ More Azure Container Registry template samples can be found in the [quickstart t
5353
* **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**.
5454
* **I agree to the terms and conditions stated above**: Select.
5555

56-
![Template properties](media/container-registry-get-started-geo-replication-template/template-properties.png)
56+
:::image type="content" source="media/container-registry-get-started-geo-replication-template/template-properties.png" alt-text="Template properties":::
5757

5858
3. If you accept the terms and conditions, select **Purchase**. After the registry has been created successfully, you get a notification:
5959

60-
![Portal notification](media/container-registry-get-started-geo-replication-template/deployment-notification.png)
60+
:::image type="content" source="media/container-registry-get-started-geo-replication-template/deployment-notification.png" alt-text="Portal notification":::
6161

6262
The Azure portal is used to deploy the template. In addition to the Azure portal, you can use the Azure PowerShell, Azure CLI, and REST API. To learn other deployment methods, see [Deploy templates](../azure-resource-manager/templates/deploy-cli.md).
6363

@@ -68,17 +68,17 @@ Use the Azure portal or a tool such as the Azure CLI to review the properties of
6868
1. In the portal, search for Container Registries, and select the container registry you created.
6969

7070
1. On the **Overview** page, note the **Login server** of the registry. Use this URI when you use Docker to tag and push images to your registry. For information, see [Push your first image using the Docker CLI](container-registry-get-started-docker-cli.md).
71-
![Registry overview](media/container-registry-get-started-geo-replication-template/registry-overview.png)
71+
72+
:::image type="content" source="media/container-registry-get-started-geo-replication-template/registry-overview.png" alt-text="Registry overview":::
7273

7374
1. On the **Replications** page, confirm the locations of the home replica and the replica added through the template. If desired, add more replicas on this page.
7475

75-
![Registry replications](media/container-registry-get-started-geo-replication-template/registry-replications.png)
76+
:::image type="content" source="media/container-registry-get-started-geo-replication-template/registry-replications.png" alt-text="Registry replications":::
7677

7778
## Clean up resources
7879

7980
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**.
8081

81-
8282
## Next steps
8383

8484
In this quickstart, you created an Azure Container Registry with a Resource Manager template, and configured a registry replica in another location. Continue to the Azure Container Registry tutorials for a deeper look at ACR.
Loading
38 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)