Skip to content

Commit af80d30

Browse files
committed
App routing -> rule-based routing.
1 parent 15b47a4 commit af80d30

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@
354354
href: waf-app-gateway.md
355355
- name: Enable User Defined Routes (UDR)
356356
href: user-defined-routes.md
357-
- name: Use app routing (preview)
358-
href: app-routing.md
357+
- name: Use rule-based routing (preview)
358+
href: rule-based-routing.md
359359
- name: Securing a custom VNET with an NSG
360360
href: firewall-integration.md
361361
- name: Use a private endpoint

articles/container-apps/app-routing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Use app routing in Azure Container Apps (preview)
3-
description: Learn how to use app routing in Azure Container Apps.
2+
title: Use rule-based routing in Azure Container Apps (preview)
3+
description: Learn how to use rule-based routing in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli, devx-track-bicep
88
ms.topic: how-to
9-
ms.date: 03/18/2025
9+
ms.date: 03/20/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-bicep
1212
---
1313

14-
# Use app routing with Azure Container Apps (preview)
14+
# Use rule-based routing with Azure Container Apps (preview)
1515

16-
In this article, you learn how to use app routing with Azure Container Apps. 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.
16+
In this article, you learn how to use rule-based routing with Azure Container Apps. With rule-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

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-
### App routing (preview)
390+
### Rule-based routing (preview)
391391

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.
392+
With rule-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

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 app routing, you can scale individual container apps independently based on the traffic each container app receives.
396+
- Scalability: With rule-based 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 app routing on your container apps environment, see [Use app routing](app-routing.md).
402+
To learn how to configure rule-based routing on your container apps environment, see [Use rule-based routing](rule-based-routing.md).
403403

404404
## DNS
405405

0 commit comments

Comments
 (0)