Skip to content

Commit 737c51f

Browse files
draft one for connected registry overview
1 parent ffa3e5a commit 737c51f

File tree

2 files changed

+45
-16
lines changed

2 files changed

+45
-16
lines changed

articles/container-registry/intro-connected-registry.md

Lines changed: 45 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,48 @@
11
---
2-
title: What is a connected registry
3-
description: Overview and scenarios of the connected registry feature of Azure Container Registry
2+
title: What is a Connected Registry
3+
description: Overview and scenarios of the Connected Registry feature of Azure Container Registry, including its benefits and use cases.
44
ms.author: jeburke
55
ms.service: container-registry
66
ms.topic: overview
77
ms.date: 10/31/2023
88
ms.custom: references_regions
9+
#customer intent: As a reader, I want to understand the overview and scenarios of the connected registry feature of Azure Container Registry so that I can utilize it effectively.
910
---
1011

11-
# What is a connected registry?
12+
# What is a Connected Registry?
1213

1314
In this article, you learn about the *connected registry* feature of [Azure Container Registry](container-registry-intro.md). A connected registry is an on-premises or remote replica that synchronizes container images and other OCI artifacts with your cloud-based Azure container registry. Use a connected registry to help speed up access to registry artifacts on-premises and to build advanced scenarios, for example using [nested IoT Edge](../iot-edge/tutorial-nested-iot-edge.md).
1415

15-
> [!NOTE]
16+
> [!IMPORTANT]
1617
> The connected registry is a preview feature of the **Premium** container registry service tier, and subject to [limitations](#limitations). For information about registry service tiers and limits, see [Azure Container Registry service tiers](container-registry-skus.md).
1718
1819
## Available regions
1920

20-
* Canada Central
21-
* East Asia
22-
* East US
23-
* North Europe
24-
* Norway East
25-
* Southeast Asia
26-
* West Central US
27-
* West Europe
21+
Connected registry is supported in following regions:
22+
23+
| Continent | Region |
24+
|--------------|------------------|
25+
| East Asia | Japan |
26+
| | Southeast Asia |
27+
| | |
28+
| North America| Canada Central |
29+
| | Canada Central |
30+
| | East US |
31+
| | East US 2 EUAP |
32+
| | South Central US |
33+
| | West Central US |
34+
| | West US |
35+
| | West US 3 |
36+
| | |
37+
| Europe | Norway East |
38+
| | North Europe |
39+
| | West Europe |
40+
| | |
41+
| Oceania | Australia East |
42+
| | |
43+
| Middle East | UAE |
44+
| | |
45+
| South America| Brazil South |
2846

2947
## Scenarios
3048

@@ -37,18 +55,29 @@ Scenarios for a connected registry include:
3755
* Connected factories
3856
* Point-of-sale retail locations
3957
* Shipping, oil-drilling, mining, and other occasionally connected environments
58+
* Improve scalability of multiple deployments
59+
* Customize persistent storage volumes for container workloads
60+
* Secure delivery, tracking, and auto management of updates
4061

4162
## How does the connected registry work?
4263

43-
The following image shows a typical deployment model for the connected registry.
64+
The connected registry is deployed on a server or device on-premises, or an environment that supports container workloads on-premises such as Azure IoT Edge and Azure Arc-enabled Kubernetes. The connected registry synchronizes container images and other OCI artifacts with a cloud-based Azure container registry.
4465

45-
:::image type="content" source="media/intro-connected-registry/connected-registry-overview.png" alt-text="Diagram of connected registry overview":::
66+
The following image shows a typical deployment model for the connected registry using IoT Edge.
67+
68+
:::image type="content" source="media/intro-connected-registry/connected-registry-overview.png" alt-text="Diagram of connected registry overview using IoT Edge":::
69+
70+
The following image shows a typical deployment model for the connected registry using Azure Arc-enabled Kubernetes.
71+
72+
:::image type="content" source="media/intro-connected-registry/connected-registry-azure-arc.png" alt-text="Diagram of connected registry overview using Arc-enabled Kubernetes":::
4673

4774
### Deployment
4875

4976
Each connected registry is a resource you manage using a cloud-based Azure container registry. The top parent in the connected registry hierarchy is an Azure container registry in an Azure cloud.
5077

51-
Use Azure tools to install the connected registry on a server or device on your premises, or an environment that supports container workloads on-premises such as [Azure IoT Edge](../iot-edge/tutorial-nested-iot-edge.md).
78+
Use Azure tools to install the connected registry on a server or device on your premises, or an environment that supports container workloads on-premises such as [Azure IoT Edge](../iot-edge/tutorial-nested-iot-edge.md).
79+
80+
Enable connected registry-Arc extension to the Arc-enabled k8s cluster, and securing the connection with TLS with default configurations for Read only and continuous sync window. The connected registry can be deployed on the Arc-enabled k8s cluster and synchronize the images from ACR to connected registry on-perm can be used to pull images from connected registry.
5281

5382
The connected registry's *activation status* indicates whether it's deployed on-premises.
5483

@@ -73,7 +102,7 @@ A connected registry can work in one of two modes: *ReadWrite* or *ReadOnly*
73102

74103
### Registry hierarchy
75104

76-
Each connected registry must be connected to a parent. The top parent is the cloud registry. For hierarchical scenarios such as [nested IoT Edge](overview-connected-registry-and-iot-edge.md), you can nest connected registries in either mode. The parent connected to the cloud registry can operate in either mode.
105+
Each connected registry must be connected to a parent. The top parent is the cloud registry. For hierarchical scenarios such as [nested IoT Edge](overview-connected-registry-and-iot-edge.md) and Azure Arc-enabled Kubernetes, you can nest connected registries in either mode. The parent connected to the cloud registry can operate in either mode.
77106

78107
Child registries must be compatible with their parent capabilities. Thus, both ReadWrite and ReadOnly mode connected registries can be children of a connected registry operating in ReadWrite mode, but only a ReadOnly mode registry can be a child of a connected registry operating in ReadOnly mode.
79108

55.8 KB
Loading

0 commit comments

Comments
 (0)