Skip to content

Commit 45c3a31

Browse files
Merge pull request #228981 from tejaswikolli-web/16977033
Integration with AKS
2 parents f50250a + b942c0b commit 45c3a31

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/container-registry/container-registry-private-link.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,19 @@ If you created all the Azure resources in the same resource group and no longer
468468
az group delete --name $RESOURCE_GROUP
469469
```
470470

471+
## Integrating with a registry with private link enabled
472+
473+
To pull content from a registry with private link enabled, clients must allow access to the registry REST endpoint, as well as all regional data endpoints. The client proxy or firewall must allow access to
474+
475+
REST endpoint: `.azurecr.io`
476+
Data endpoint(s): `..data.azurecr.io`
477+
478+
For a geo-replicated registry, customer needs to configure access to the data endpoint for each regional replica.
479+
480+
You have to update the routing configuration for the client proxy and client firewall with the data endpoints to handle the pull requests successfully. A client proxy will provide central traffic control to the [outbound requests][outbound-connection]. To handle local traffic a client proxy is not required, you can add into `noProxy` section to bypass the proxy. Learn more about [HTTP proxy doc](../aks/http-proxy.md) to integrate with AKS.
481+
482+
Requests to token server over private endpoint connection doesn't require the data endpoint configuration.
483+
471484
## Next steps
472485

473486
* To learn more about Private Link, see the [Azure Private Link](../private-link/private-link-overview.md) documentation.
@@ -515,3 +528,4 @@ az group delete --name $RESOURCE_GROUP
515528
[quickstart-portal]: container-registry-get-started-portal.md
516529
[quickstart-cli]: container-registry-get-started-azure-cli.md
517530
[azure-portal]: https://portal.azure.com
531+
[outbound-connection]: /azure/firewall/rule-processing#outbound-connectivity

0 commit comments

Comments
 (0)