Skip to content

Commit 167ae32

Browse files
edits
1 parent 8523367 commit 167ae32

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ ms.custom: references_regions
1111

1212
# What is a Connected Registry?
1313

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+
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.
1515

1616
## Billing and Support
1717

1818
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).
1919

2020
>[!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.
2222
2323
### 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).
2525
- Post-GA, a monthly fee of $10 will apply for each Connected registry deployed.
2626
- 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.
2828

2929
### 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.
3232
- Microsoft advises users to begin planning their transition to Arc-enabled Kubernetes clusters as the deployment model.
3333

3434
## Available regions
@@ -84,15 +84,15 @@ The following image shows a typical deployment model for the Connected registry
8484

8585
### Deployment
8686

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.
8888

8989
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).
9090

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.
9292

9393
The Connected registry's *activation status* indicates whether it's deployed on-premises.
9494

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.
9696
* **Inactive** - The Connected registry is not deployed on-premises. It can be deployed at this time.
9797

9898
### Content synchronization
@@ -130,18 +130,18 @@ For more information, see [Manage access to a connected registry][overview-conne
130130
- 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.
131131
- Number of repository permissions in a scope map is limited to 500.
132132
- 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.
135135
- [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.
138138
- Connected registry sync limitations are as follows:
139139
- For continuous sync:
140-
- `minMessageTtl` is 1 day
140+
- `minMessageTtl` is one day
141141
- `maxMessageTtl` is 90 days
142142
- For occasionally connected scenarios, where you want to specify sync window:
143143
- `minSyncWindow` is 1 hr
144-
- `maxSyncWindow` is 7 days
144+
- `maxSyncWindow` is seven days
145145

146146
## Conclusion
147147

0 commit comments

Comments
 (0)