Skip to content

Commit f7a6a98

Browse files
committed
Updates.
1 parent f4dd444 commit f7a6a98

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/container-apps/networking.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,17 @@ You can enable mTLS in the ARM template for Container Apps environments using th
389389

390390
### Path-based 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.
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.
393393

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).
394+
- Isolation: By routing different paths to different container apps, you can deploy and update individual components without affecting the entire application.
395+
396+
- Scalability: With path-based routing, you can scale individual container apps independently based on the traffic each container app receives.
397+
398+
- Custom Routing Rules: You can, for example, redirect users to different versions of your application or implement A/B testing.
399+
400+
- Security: You can implement security measures tailored to each container app. This helps you to reduce the attack surface of your application.
401+
402+
To learn how to configure path-based routing on your container apps environment, 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).
395403

396404
## DNS
397405

0 commit comments

Comments
 (0)