Skip to content

Commit 15b47a4

Browse files
committed
Remove reference to github sample for now. Rename path-based routing to app routing in networking.md.
1 parent 25bb16f commit 15b47a4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/container-apps/app-routing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ az group delete --name my-container-apps
268268

269269
## Related content
270270

271-
- [Sample repository](https://github.com/Azure-Samples/HttpRouteConfigBicep)
272271
- [Azure CLI reference](/cli/azure/containerapp/env/http-route-config)
273272
- [Bicep reference](/azure/templates/microsoft.app/2024-10-02-preview/managedenvironments/httprouteconfigs?pivots=deployment-language-bicep)
274273
- [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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,19 +387,19 @@ You can enable mTLS in the ARM template for Container Apps environments using th
387387

388388
---
389389

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

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. This offers the following benefits.
392+
With app 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. This offers the following benefits.
393393

394394
- Isolation: By routing different paths to different container apps, you can deploy and update individual components without affecting the entire application.
395395

396-
- Scalability: With path-based routing, you can scale individual container apps independently based on the traffic each container app receives.
396+
- Scalability: With app routing, you can scale individual container apps independently based on the traffic each container app receives.
397397

398398
- Custom Routing Rules: You can, for example, redirect users to different versions of your application or implement A/B testing.
399399

400400
- Security: You can implement security measures tailored to each container app. This helps you to reduce the attack surface of your application.
401401

402-
To learn how to configure path-based routing on your container apps environment, see [Use path-based routing](path-based-routing.md) and the [Path-based routing sample repository](https://github.com/Tratcher/HttpRouteConfigBicep/tree/master).
402+
To learn how to configure app routing on your container apps environment, see [Use app routing](app-routing.md).
403403

404404
## DNS
405405

0 commit comments

Comments
 (0)