Skip to content

Commit 2e7dbda

Browse files
Merge pull request #290120 from denisacatalinastan/patch-13
Update container-storage-faq.md
2 parents aae5c92 + 4640df1 commit 2e7dbda

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

articles/storage/container-storage/container-storage-faq.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,30 @@ ms.custom: references_regions
5858
* <a id="azure-container-storage-ephemeralosdisk"></a>
5959
**Does Azure Container Storage use the capacity from Ephemeral OS disks for ephemeral disk storage pool?**
6060
No, Azure Container Storage only discovers and uses the capacity from ephemeral data disks for ephemeral disk storage pool.
61-
61+
62+
* <a id="azure-container-storage-endpoints"></a>
63+
**What endpoints need to be allowlisted in the Azure Firewall for Azure Container Storage to work?**
64+
65+
To ensure Azure Container Storage functions correctly, you must allowlist specific endpoints in your Azure Firewall. These endpoints are required for Azure
66+
Container Storage components to communicate with necessary Azure services. Failure to allowlist these endpoints can cause installation or runtime issues.
67+
68+
Endpoints to Allowlist:
69+
70+
`linuxgeneva-microsoft.azurecr.io`,
71+
`eus2azreplstore137.blob.core.windows.net`,
72+
`eus2azreplstore70.blob.core.windows.net`,
73+
`eus2azreplstore155.blob.core.windows.net`,
74+
`eus2azreplstore162.blob.core.windows.net`,
75+
`*.hcp.eastus2.azmk8s.io`,
76+
`management.azure.com`,
77+
`login.microsoftonline.com`,
78+
`packages.microsoft.com`,
79+
`acs-mirror.azureedge.net`,
80+
`eastus2.dp.kubernetesconfiguration.azure.com`,
81+
`mcr.microsoft.com`.
82+
83+
For additional details, refer to the [Outbound network and FQDN rules for Azure Kubernetes Service (AKS) clusters](/azure/aks/outbound-rules-control-egress) documentation and [Azure Arc-enabled Kubernetes network requirements.](/azure/azure-arc/kubernetes/network-requirements?tabs=azure-cloud)
84+
6285
## See also
6386

6487
- [What is Azure Container Storage?](container-storage-introduction.md)

0 commit comments

Comments
 (0)