Skip to content

Commit 4919d52

Browse files
committed
templ links
1 parent cbaaf53 commit 4919d52

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

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

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

15-
Azure Container Registry is a managed Docker container registry service used for storing private Docker container images and related artifacts. This quickstart shows how to create an Azure Container Registry instance using an Azure Resource Manager template.
16-
17-
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 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.
1816

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

@@ -28,9 +26,10 @@ None.
2826

2927
### Review the template
3028

31-
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/tree/master/101-container-registry-geo-replication). The template sets up a registry and an additional regional replica.
29+
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-container-registry-geo-replication/). The template sets up a registry and an additional regional replica.
3230

33-
[!code-json[<Azure Resource Manager template create geo-replicated registry>](~/quickstart-templates/101-container-registry-geo-replication/azuredeploy.json)]
31+
:::code language="json" source=
32+
"~/quickstart-templates/101-container-registry-geo-replication/azuredeploy.json" range="1-81 highlight="45-74" :::
3433

3534
The following resources are defined in the template:
3635

0 commit comments

Comments
 (0)