Skip to content

Commit a00e6c9

Browse files
acrolinx edits
1 parent 7749b2c commit a00e6c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-registry/dedicated-data-endpoints.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.date: 12/22/2022
99
---
1010
# Azure Container Registry mitigating data exfiltration with dedicated data endpoints
1111

12-
Azure Container Registry introduces dedicated data endpoints, by enabling tightly scoped client firewall rules to specific registries, minimizing data exfiltration concerns.
12+
Azure Container Registry introduces dedicated data endpoints. The feature enables tightly scoped client firewall rules to specific registries, minimizing data exfiltration concerns.
1313

1414
Dedicated data endpoints feature is available in **Premium** service tier. For pricing information, see[container-registry-pricing.](https://azure.microsoft.com/pricing/details/container-registry/)
1515

1616
Pulling content from a registry involves two endpoints:
1717

18-
*Registry endpoint*, often referred to as the login URL, used for authentication and content discovery. A command like docker pull `contoso.azurecr.io/hello-world` makes a REST request which authenticates and negotiates the layers which represent the requested artifact.
18+
*Registry endpoint*, often referred to as the login URL, used for authentication and content discovery. A command like docker pulls `contoso.azurecr.io/hello-world` makes a REST request, which authenticates and negotiates the layers, which represent the requested artifact.
1919
*Data endpoints* serve blobs representing content layers.
2020

2121

@@ -24,7 +24,7 @@ Pulling content from a registry involves two endpoints:
2424

2525
## Registry managed storage accounts
2626

27-
Azure Container Registry is a multi-tenant service. The registry service manages the data endpoint storage accounts. The benefits of the managed storage accounts, include load balancing, contentious content splitting, multiple copies for higher concurrent content delivery, and also multi-region support with [geo-replication.](container-registry-geo-replication.md).
27+
Azure Container Registry is a multi-tenant service. The registry service manages the data endpoint storage accounts. The benefits of the managed storage accounts, include load balancing, contentious content splitting, multiple copies for higher concurrent content delivery, and multi-region support with [geo-replication.](container-registry-geo-replication.md).
2828

2929
## Azure Private Link virtual network support
3030

@@ -43,7 +43,7 @@ Unfortunately, virtual network connection isn’t always an option.
4343
4444
## Client firewall rules and data exfiltration risks
4545

46-
Client firewall rules limits access to specific resources and applies while connecting to a registry from on-prem hosts, IoT devices, custom build agents, or when the Private Link support is not an option.
46+
Client firewall rules limits access to specific resources. The firewall rules apply while connecting to a registry from on-prem hosts, IoT devices, custom build agents. The rules also apply when the Private Link support isn't an option.
4747

4848

4949
:::image type="content" source="./media/dedicated-data-endpoints/client-firewall-0.png" alt-text="Diagram to illustrate client firewall rules.":::
@@ -59,7 +59,7 @@ So, to address the data-exfiltration concerns, Azure Container Registry is makin
5959

6060
## Dedicated data endpoints
6161

62-
By enabling dedicated data endpoints, layers are retrieved from the Azure Container Registry service, with fully qualified domain names representing the registry domain.
62+
Dedicated data endpoints, help retrieve layers from the Azure Container Registry service, with fully qualified domain names representing the registry domain.
6363

6464
As any registry may become geo-replicated, a regional pattern is used: `[registry].[region].data.azurecr.io`.
6565

0 commit comments

Comments
 (0)