Skip to content

Commit 74283ae

Browse files
Update articles/container-apps/user-defined-routes.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 9884ac4 commit 74283ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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. 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`.
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

0 commit comments

Comments
 (0)