Skip to content

Commit 3ef6606

Browse files
authored
Update latest domain in outbound-rules-control-egress.md
1 parent 40ff93a commit 3ef6606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/outbound-rules-control-egress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following network and FQDN/application rules are required for an AKS cluster
6060
|----------------------------------|-----------------|----------|
6161
| **`*.hcp.<location>.azmk8s.io`** | **`HTTPS:443`** | Required for Node <-> API server communication. Replace *\<location\>* with the region where your AKS cluster is deployed. This is required for clusters with *konnectivity-agent* enabled. Konnectivity also uses Application-Layer Protocol Negotiation (ALPN) to communicate between agent and server. Blocking or rewriting the ALPN extension will cause a failure. This isn't required for [private clusters][private-clusters]. |
6262
| **`mcr.microsoft.com`** | **`HTTPS:443`** | Required to access images in Microsoft Container Registry (MCR). This registry contains first-party images/charts (for example, coreDNS, etc.). These images are required for the correct creation and functioning of the cluster, including scale and upgrade operations. |
63-
| **`*.data.mcr.microsoft.com`** | **`HTTPS:443`** | Required for MCR storage backed by the Azure content delivery network (CDN). |
63+
| **`*.data.mcr.microsoft.com`**, **`mcr-0001.mcr-msedge.net`** | **`HTTPS:443`** | Required for MCR storage backed by the Azure content delivery network (CDN). |
6464
| **`management.azure.com`** | **`HTTPS:443`** | Required for Kubernetes operations against the Azure API. |
6565
| **`login.microsoftonline.com`** | **`HTTPS:443`** | Required for Microsoft Entra authentication. |
6666
| **`packages.microsoft.com`** | **`HTTPS:443`** | This address is the Microsoft packages repository used for cached *apt-get* operations. Example packages include Moby, PowerShell, and Azure CLI. |

0 commit comments

Comments
 (0)