You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/intro-connected-registry.md
+45-16Lines changed: 45 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,48 @@
1
1
---
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.
4
4
ms.author: jeburke
5
5
ms.service: container-registry
6
6
ms.topic: overview
7
7
ms.date: 10/31/2023
8
8
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.
9
10
---
10
11
11
-
# What is a connected registry?
12
+
# What is a Connected Registry?
12
13
13
14
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).
14
15
15
-
> [!NOTE]
16
+
> [!IMPORTANT]
16
17
> 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).
17
18
18
19
## Available regions
19
20
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 |
28
46
29
47
## Scenarios
30
48
@@ -37,18 +55,29 @@ Scenarios for a connected registry include:
37
55
* Connected factories
38
56
* Point-of-sale retail locations
39
57
* 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
40
61
41
62
## How does the connected registry work?
42
63
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.
44
65
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":::
46
73
47
74
### Deployment
48
75
49
76
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.
50
77
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.
52
81
53
82
The connected registry's *activation status* indicates whether it's deployed on-premises.
54
83
@@ -73,7 +102,7 @@ A connected registry can work in one of two modes: *ReadWrite* or *ReadOnly*
73
102
74
103
### Registry hierarchy
75
104
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.
77
106
78
107
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.
0 commit comments