Skip to content

Commit 5b8322d

Browse files
Merge pull request #233413 from cachai2/nitspublicpreview
Nitspublicpreview
2 parents ee8e883 + 74283ae commit 5b8322d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/container-apps/networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ There are two architectures in Container Apps: the Consumption only architecture
2727

2828
| Architecture Type | Description |
2929
|-----------|-------------|
30-
| Workload profiles architecture (preview) | Supports UDR and egress through NAT Gateway. The minimum required subnet size is /27. |
31-
| Consumption only architecture | Doesn't support user defined routes (UDRs) and egress through NAT Gateway. The minimum required subnet size is /23. |
30+
| Workload profiles architecture (preview) | Supports user defined routes (UDR) and egress through NAT Gateway. The minimum required subnet size is /27. |
31+
| Consumption only architecture | Doesn't support user defined routes (UDR) and egress through NAT Gateway. The minimum required subnet size is /23. |
3232

3333
## Accessibility Levels
3434

articles/container-apps/user-defined-routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information on networking concepts in Container Apps, see [Networking A
2626

2727
* **Internal environment**: An internal container app environment on the workload profiles architecture that's integrated with a custom virtual network. When you create an internal container app environment, your container app environment has no public IP addresses, and all traffic is routed through the virtual network. For more information, see the [guide for how to create a container app environment on the workload profiles architecture](./workload-profiles-manage-cli.md).
2828

29-
* **`curl` support**: Your container app must have a container that supports `curl` commands. You use `curl` to verify the container app is deployed correctly. The *helloworld* container from the sample container image already supports `curl` commands.
29+
* **`curl` support**: Your container app must have a container that supports `curl` commands. In this how-to, you use `curl` to verify the container app is deployed correctly. If you don't have a container app with `curl` deployed, you can deploy the following container which supports `curl`, `mcr.microsoft.com/k8se/quickstart:latest`.
3030

3131
## Create the firewall subnet
3232

@@ -162,7 +162,7 @@ To verify your firewall configuration is set up correctly, you can use the `curl
162162

163163
1. Navigate to your Container App that is configured with Azure Firewall.
164164

165-
1. From the menu on the left, select **Console**, then select your container that supports the `curl` command. If you're using the *helloworld* container from the sample container image quickstart, you can run the `curl` command.
165+
1. From the menu on the left, select **Console**, then select your container that supports the `curl` command.
166166

167167
1. In the **Choose start up command** menu, select **/bin/sh**, and select **Connect**.
168168

articles/container-apps/waf-app-gateway.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.service: container-apps
77
ms.topic: how-to
88
ms.date: 03/31/2023
99
ms.author: wviriya
10-
zone_pivot_groups: azure-cli-or-portal
1110
---
1211

1312
# Protect Azure Container Apps with Web Application Firewall on Application Gateway

0 commit comments

Comments
 (0)