Skip to content

Commit 94a433e

Browse files
committed
remove line on curl compatibility
1 parent 472a3fb commit 94a433e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.
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

0 commit comments

Comments
 (0)