You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/networking.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-container-apps
7
7
ms.custom:
8
8
- ignite-2024
9
9
ms.topic: conceptual
10
-
ms.date: 02/07/2025
10
+
ms.date: 03/18/2025
11
11
ms.author: cshoe
12
12
---
13
13
@@ -234,7 +234,7 @@ Azure creates a default route table for your virtual networks upon create. By im
234
234
User defined routes are only supported in a workload profiles environment. The following application or network rules must be added to the allowlist for your firewall depending on which resources you're using.
235
235
236
236
> [!NOTE]
237
-
> You don't need to configure both application rules and network rules at the same time. You can choose whichever type of rule is most appropriate based on your system’s requirements
237
+
> You only need to configure either application rules or network rules, depending on your system’s requirements. Configuring both at the same time is not necessary.
238
238
239
239
> [!NOTE]
240
240
> For a guide on how to set up UDR with Container Apps to restrict outbound traffic with Azure Firewall, visit the [how to for Container Apps and Azure Firewall](./user-defined-routes.md).
@@ -245,7 +245,7 @@ Application rules allow or deny traffic based on the application layer. The foll
245
245
246
246
| Scenarios | FQDNs | Description |
247
247
|--|--|--|
248
-
| All scenarios |`mcr.microsoft.com`, `*.data.mcr.microsoft.com`| These FQDNs for Microsoft Container Registry (MCR) are used by Azure Container Apps and the application rules for MCR must be added to the allowlist when using Azure Container Apps with Azure Firewall. |
248
+
| All scenarios |`mcr.microsoft.com`, `*.data.mcr.microsoft.com`| These FQDNs for Microsoft Container Registry (MCR) are used by Azure Container Apps. Either these application rules or the network rules for MCR must be added to the allowlist when using Azure Container Apps with Azure Firewall. |
249
249
| Azure Container Registry (ACR) |*Your-ACR-address*, `*.blob.core.windows.net`, `login.microsoft.com`| These FQDNs are required when using Azure Container Apps with ACR and Azure Firewall. |
250
250
| Azure Key Vault |*Your-Azure-Key-Vault-address*, `login.microsoft.com`| These FQDNs are required in addition to the service tag required for the network rule for Azure Key Vault. |
251
251
| Managed Identity | `*.identity.azure.net`, `login.microsoftonline.com`, `*.login.microsoftonline.com`, `*.login.microsoft.com` | These FQDNs are required when using managed identity with Azure Firewall in Azure Container Apps.
@@ -257,7 +257,7 @@ Network rules allow or deny traffic based on the network and transport layer. Th
257
257
258
258
| Scenarios | Service Tag | Description |
259
259
|--|--|--|
260
-
| All scenarios |`MicrosoftContainerRegistry`, `AzureFrontDoorFirstParty`| These Service Tags for Microsoft Container Registry (MCR) are used by Azure Container Apps and the network rules for MCR must be added to the allowlist when using Azure Container Apps with Azure Firewall. |
260
+
| All scenarios |`MicrosoftContainerRegistry`, `AzureFrontDoorFirstParty`| These Service Tags for Microsoft Container Registry (MCR) are used by Azure Container Apps. Either these network rules or the application rules for MCR must be added to the allowlist when using Azure Container Apps with Azure Firewall. |
261
261
| Azure Container Registry (ACR) |`AzureContainerRegistry`, `AzureActiveDirectory`| When using ACR with Azure Container Apps, you need to configure these network rules used by Azure Container Registry. |
262
262
| Azure Key Vault |`AzureKeyVault`, `AzureActiveDirectory`| These service tags are required in addition to the FQDN for the network rule for Azure Key Vault. |
263
263
| Managed Identity |`AzureActiveDirectory`| When using Managed Identity with Azure Container Apps, you need to configure these network rules used by Managed Identity. |
0 commit comments