Skip to content

Commit cc1bcab

Browse files
committed
Updates.
1 parent d1ff6b1 commit cc1bcab

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/container-apps/how-to-use-path-based-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zone_pivot_groups: azure-cli-bicep
1313

1414
# Use path-based routing with Azure Container Apps (preview)
1515

16-
In this article, you learn how to use path-based routing with Azure Container Apps. With path-based routing, you create a fully qualified domain name (FQDN) on your container apps environment. You then use rules to route requests to this FQDN to different container apps, depending on the path.
16+
In this article, you learn how to use path-based routing with Azure Container Apps. With path-based routing, you create a fully qualified domain name (FQDN) on your container apps environment. You then use rules to route requests to this FQDN to different container apps, depending on the path of each request.
1717

1818
## Prerequisites
1919

@@ -268,7 +268,7 @@ az group delete --name my-container-apps
268268
269269
## Related content
270270

271-
- [Quickstart and samples](https://github.com/Tratcher/HttpRouteConfigBicep/tree/master)
271+
- [Sample repository](https://github.com/Tratcher/HttpRouteConfigBicep/tree/master)
272272
- [Azure CLI reference](/cli/azure/containerapp/env/http-route-config?view=azure-cli-latest)
273273
- [Bicep reference](/azure/templates/microsoft.app/2024-10-02-preview/managedenvironments/httprouteconfigs?pivots=deployment-language-bicep)
274274
- [ARM template reference](/azure/templates/microsoft.app/2024-10-02-preview/managedenvironments/httprouteconfigs?pivots=deployment-language-arm-template)

articles/container-apps/networking.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,11 @@ You can enable mTLS in the ARM template for Container Apps environments using th
387387

388388
---
389389

390-
### Path-based routing
390+
### Path-based routing (preview)
391391

392-
TODO1
392+
With path-based routing, you create a fully qualified domain name (FQDN) on your container apps environment. You then use rules to route requests to this FQDN to different container apps, depending on the path of each request.
393+
394+
To learn more about using path-based routing, see [Use path-based routing](how-to-use-path-based-routing.md) and the [Path-based routing sample repository](https://github.com/Tratcher/HttpRouteConfigBicep/tree/master).
393395

394396
## DNS
395397

0 commit comments

Comments
 (0)