Skip to content

Commit 7fb60f0

Browse files
Merge pull request #235675 from maanasagovi/docs-editor/outbound-rules-control-egress-1682392265
Adding Additional Endpoints to the Egress List for Cluster extensions
2 parents a807a92 + 4520b60 commit 7fb60f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,13 @@ There are two options to provide access to Azure Monitor for containers:
207207

208208
### Required FQDN / application rules
209209

210-
| FQDN | Port | Use |
210+
| FQDN | Port               | Use |
211211
|-----------------------------------------------|-----------|----------|
212212
| **`<region>.dp.kubernetesconfiguration.azure.com`** | **`HTTPS:443`** | This address is used to fetch configuration information from the Cluster Extensions service and report extension status to the service.|
213213
| **`mcr.microsoft.com, *.data.mcr.microsoft.com`** | **`HTTPS:443`** | This address is required to pull container images for installing cluster extension agents on AKS cluster.|
214+
|**`arcmktplaceprod.azurecr.io`**|**`HTTPS:443`**|This address is required to pull container images for installing marketplace extensions on AKS cluster.|
215+
|**`*.ingestion.msftcloudes.com, *.microsoftmetrics.com`**|**`HTTPS:443`**|This address is used to send agents metrics data to Azure.|
216+
|**`marketplaceapi.microsoft.com`**|**`HTTPS: 443`**|This address is used to send custom meter-based usage to the commerce metering API.|
214217

215218
#### Azure US Government required FQDN / application rules
216219

0 commit comments

Comments
 (0)