Skip to content

Commit 5b60d16

Browse files
Merge pull request #283833 from craigshoemaker/aca/v1-updates
[Container Apps] Update: FAQ & Firewall integration -> Add UDR details for Consumption only environments
2 parents 09f603c + 44295d5 commit 5b60d16

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/container-apps/faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ sections:
3838
Can I set up GitHub Actions to automatically build and deploy my code to Azure Container Apps?
3939
answer:
4040
Yes. Using Azure CLI, run `az containerapp github-action -h` to see the options. Using Azure portal, go to the "Continuous deployment" window under your container app.
41-
41+
- question: |
42+
Do Consumption only environments support custom user-defined routes?
43+
answer:
44+
For Consumption only environments, express routes are unsupported, and limited UDR when configured as follows is supported. The UDR configuration must have a route configured for `Azure.<REGION_NAME>` Service tag with Next Hop = "Internet". In addition, the rules in the [NSG documentation](./firewall-integration.md?tabs=consumption-only) must be configured for the Consumption only environment to be operational. These limitations do not apply for workload profiles, and for full featured UDR and Express Route support, use workload profile environments.
4245
- name: Data management
4346
questions:
4447
- question: |

articles/container-apps/firewall-integration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ You can lock down a network via NSGs with more restrictive rules than the defaul
1717

1818
In the workload profiles environment, user-defined routes (UDRs) and [securing outbound traffic with a firewall](./networking.md#configuring-udr-with-azure-firewall) are supported. When using an external workload profiles environment, inbound traffic to Azure Container Apps is routed through the public IP that exists in the [managed resource group](./networking.md#workload-profiles-environment-2) rather than through your subnet. This means that locking down inbound traffic via NSG or Firewall on an external workload profiles environment isn't supported. For more information, see [Networking in Azure Container Apps environments](./networking.md#user-defined-routes-udr).
1919

20-
In the Consumption only environment, custom user-defined routes (UDRs) and ExpressRoutes aren't supported.
20+
In the Consumption only environment, custom user-defined routes (UDRs).
21+
22+
In the Consumption only environment, express routes are not supported, and custom user-defined routes (UDRs) have limited support. For more details on what level of UDR support is available on Consumption only environment, see the [FAQ](faq.yml).
2123

2224
## NSG allow rules
2325

0 commit comments

Comments
 (0)