Skip to content

Commit 25bb16f

Browse files
committed
Rename to app routing per tracher.
1 parent 5d854a6 commit 25bb16f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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 path-based routing
358-
href: path-based-routing.md
357+
- name: Use app routing (preview)
358+
href: app-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/path-based-routing.md renamed to 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 path-based routing in Azure Container Apps (preview)
3-
description: Learn how to use path-based routing Azure Container Apps.
2+
title: Use app routing in Azure Container Apps (preview)
3+
description: Learn how to use app 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: 02/24/2025
9+
ms.date: 03/18/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-bicep
1212
---
1313

14-
# Use path-based routing with Azure Container Apps (preview)
14+
# Use app 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 of each request.
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.
1717

1818
## Prerequisites
1919

0 commit comments

Comments
 (0)