Skip to content

Commit cb3df96

Browse files
committedApr 10, 2018
[ACR] geo-replication: remove preview
1 parent be5fab0 commit cb3df96

File tree

8 files changed

+9
-19
lines changed

8 files changed

+9
-19
lines changed
 

‎articles/container-registry/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
href: ../aks/tutorial-kubernetes-prepare-app.md
2222
- name: Service Fabric
2323
href: ../service-fabric/service-fabric-tutorial-create-container-images.md
24-
- name: Geo-replication (preview)
24+
- name: Geo-replication
2525
items:
2626
- name: 1 - Prepare container registry
2727
href: container-registry-tutorial-prepare-registry.md
@@ -35,7 +35,7 @@
3535
href: container-registry-skus.md
3636
- name: Image storage
3737
href: container-registry-storage.md
38-
- name: Geo-replication (preview)
38+
- name: Geo-replication
3939
href: container-registry-geo-replication.md
4040
- name: Registry best practices
4141
href: container-registry-best-practices.md

‎articles/container-registry/container-registry-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: timlt
77

88
ms.service: container-registry
99
ms.topic: quickstart
10-
ms.date: 12/20/2017
10+
ms.date: 04/10/2018
1111
ms.author: marsma
1212
---
1313

@@ -24,7 +24,7 @@ Additionally, all public clouds, Azure included, implement network egress fees.
2424

2525
## Geo-replicate multi-region deployments
2626

27-
Use Azure Container Registry's [geo-replication](container-registry-geo-replication.md) feature if you're deploying containers to multiple regions. Whether you're serving global customers from local data centers or your development team is in different locations, you can simplify registry management and minimize latency by geo-replicating your registry. Currently in preview, this feature is available with [Premium](container-registry-skus.md) registries.
27+
Use Azure Container Registry's [geo-replication](container-registry-geo-replication.md) feature if you're deploying containers to multiple regions. Whether you're serving global customers from local data centers or your development team is in different locations, you can simplify registry management and minimize latency by geo-replicating your registry. Geo-replication is available only with [Premium](container-registry-skus.md) registries.
2828

2929
To learn how to use geo-replication, see the three-part tutorial, [Geo-replication in Azure Container Registry](container-registry-tutorial-prepare-registry.md).
3030

‎articles/container-registry/container-registry-geo-replication.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@ manager: timlt
77

88
ms.service: container-registry
99
ms.topic: overview-article
10-
ms.date: 10/24/2017
10+
ms.date: 04/10/2018
1111
ms.author: stevelas
1212
---
1313
# Geo-replication in Azure Container Registry
1414

15-
Companies that want a local presence, or a hot backup, choose to run services from multiple Azure regions. As a best practice, placing a container registry in each region where images are run allows network-close operations, enabling fast, reliable image layer transfers.
16-
17-
Geo-replication enables an Azure container registry to function as a single registry, serving multiple regions with multi-master regional registries.
18-
19-
> [!IMPORTANT]
20-
> The geo-replication feature of Azure Container Registry is currently in **preview**. Previews are made available to you on the condition that you agree to the [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this feature may change prior to general availability (GA).
21-
>
15+
Companies that want a local presence, or a hot backup, choose to run services from multiple Azure regions. As a best practice, placing a container registry in each region where images are run allows network-close operations, enabling fast, reliable image layer transfers. Geo-replication enables an Azure container registry to function as a single registry, serving multiple regions with multi-master regional registries.
2216

2317
A geo-replicated registry provides the following benefits:
2418

‎articles/container-registry/container-registry-tutorial-prepare-registry.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: timlt
77

88
ms.service: container-registry
99
ms.topic: tutorial
10-
ms.date: 10/26/2017
10+
ms.date: 04/10/2018
1111
ms.author: marsma
1212
ms.custom: mvc
1313
---
@@ -36,10 +36,6 @@ To complete this tutorial, you need a Docker development environment. Docker pro
3636

3737
Azure Cloud Shell does not include the Docker components required to complete every step this tutorial. Therefore, we recommend a local installation of the Azure CLI and Docker development environment.
3838

39-
> [!IMPORTANT]
40-
> The geo-replication feature of Azure Container Registry is currently in **preview**. Previews are made available to you on the condition that you agree to the [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this feature may change prior to general availability (GA).
41-
>
42-
4339
## Create a container registry
4440

4541
Sign in to the [Azure portal](http://portal.azure.com).
Loading

‎includes/container-registry-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mmacy
66

77
ms.service: container-registry
88
ms.topic: include
9-
ms.date: 03/23/2018
9+
ms.date: 04/10/2018
1010
ms.author: marsma
1111
ms.custom: include file
1212
---
@@ -19,7 +19,7 @@ ms.custom: include file
1919
| Download bandwidth MBps<sup>1</sup> | 30 | 60 | 100 |
2020
| Upload bandwidth MBps<sup>1</sup> | 10 | 20 | 50 |
2121
| Webhooks | 2 | 10 | 100 |
22-
| Geo-replication | N/A | N/A | [Supported *(preview)*](https://docs.microsoft.com/azure/container-registry/container-registry-geo-replication) |
22+
| Geo-replication | N/A | N/A | [Supported](https://docs.microsoft.com/azure/container-registry/container-registry-geo-replication) |
2323

2424
<sup>1</sup> *ReadOps*, *WriteOps*, and *Bandwidth* are minimum estimates. ACR strives to improve performance as usage requires.
2525

0 commit comments

Comments
 (0)
Please sign in to comment.