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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,24 @@ ms.custom: references_regions
11
11
12
12
# What is a Connected Registry?
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 speedup 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
+
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 with your cloud-based Azure container registry. Use a Connected registry to help speed-up access to registry artifacts on-premises or remote.
15
15
16
16
## Billing and Support
17
17
18
18
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).
19
19
20
20
>[!IMPORTANT]
21
-
> Please note that there are **important upcoming changes** to the Connected registry Deployment Model Support and Billing starting from September 30th, 2024. For any inquiries or assistance with the transition, please reach out to the customer support team.
21
+
> Please note that there are **Important upcoming changes** to the Connected registry Deployment Model Support and Billing starting from September 30th, 2024. For any inquiries or assistance with the transition, please reach out to the customer support team.
22
22
23
23
### Billing
24
-
- The Connected registry will incur no charges until it reaches general availability (GA).
24
+
- The Connected registry incurs no charges until it reaches general availability (GA).
25
25
- Post-GA, a monthly fee of $10 will apply for each Connected registry deployed.
26
26
- This fee represents Microsoft's commitment to deliver high-quality services and product support.
27
-
- The fee will be applied to the Azure subscription associated with the parent registry.
27
+
- The fee is applied to the Azure subscription associated with the parent registry.
28
28
29
29
### Support
30
-
- Microsoft will end support for the Connected registry deployment on IoT Edge devices on September 30th, 2024.
31
-
- After September 30th, 2024, Connected registry will solely support Arc-enabled Kubernetes clusters as the deployment model.
30
+
- Microsoft will end support for the Connected registry deployment on IoT Edge devices on September 30, 2024.
31
+
- After September 30, 2024, Connected registry will solely support Arc-enabled Kubernetes clusters as the deployment model.
32
32
- Microsoft advises users to begin planning their transition to Arc-enabled Kubernetes clusters as the deployment model.
33
33
34
34
## Available regions
@@ -84,15 +84,15 @@ The following image shows a typical deployment model for the Connected registry
84
84
85
85
### Deployment
86
86
87
-
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.
87
+
Each Connected registry is a resource you manage to use a cloud-based Azure container registry. The top parent in the Connected registry hierarchy is an Azure container registry in an Azure cloud.
88
88
89
89
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).
90
90
91
-
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.
91
+
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.
92
92
93
93
The Connected registry's *activation status* indicates whether it's deployed on-premises.
94
94
95
-
***Active** - The Connected registry is currently deployed on-premises. It can't be deployed again until it is deactivated.
95
+
***Active** - The Connected registry is currently deployed on-premises. It can't be deployed again until it's deactivated.
96
96
***Inactive** - The Connected registry is not deployed on-premises. It can be deployed at this time.
97
97
98
98
### Content synchronization
@@ -130,18 +130,18 @@ For more information, see [Manage access to a connected registry][overview-conne
130
130
- Number of tokens and scope maps is [limited](container-registry-skus.md) to 20,000 each for a single container registry. This indirectly limits the number of connected registries for a cloud registry, because every Connected registry needs a sync and client token.
131
131
- Number of repository permissions in a scope map is limited to 500.
132
132
- Number of clients for the Connected registry is currently limited to 20.
133
-
-[Image locking](container-registry-image-lock.md) through repository/manifest/tag metadata is not currently supported for connected registries.
134
-
-[Repository delete](container-registry-delete.md)is not supported on the Connected registry using ReadOnly mode.
133
+
-[Image locking](container-registry-image-lock.md) through repository/manifest/tag metadata isn't currently supported for connected registries.
134
+
-[Repository delete](container-registry-delete.md)isn't supported on the Connected registry using ReadOnly mode.
135
135
-[Resource logs](monitor-service-reference.md#resource-logs) for connected registries are currently not supported.
136
-
- Connected registry is coupled with the registry's home region data endpoint. Automatic migration for [geo-replication](container-registry-geo-replication.md)is not supported.
137
-
- Deletion of a Connected registry needs manual removal of the containers on-premises as well as removal of the respective scope map or tokens in the cloud.
136
+
- Connected registry is coupled with the registry's home region data endpoint. Automatic migration for [geo-replication](container-registry-geo-replication.md)isn't supported.
137
+
- Deletion of a Connected registry needs manual removal of the containers on-premises and removal of the respective scope map or tokens in the cloud.
138
138
- Connected registry sync limitations are as follows:
139
139
- For continuous sync:
140
-
-`minMessageTtl` is 1 day
140
+
-`minMessageTtl` is one day
141
141
-`maxMessageTtl` is 90 days
142
142
- For occasionally connected scenarios, where you want to specify sync window:
0 commit comments