WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions articles/container-apps/rule-based-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ ROUTE_CONFIG_NAME="my-route-config"
This configuration defines two routing rules for HTTP traffic.
> [!NOTE]
> The order of the routing rules matter.
Copy link

Copilot AI Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected grammar: 'matter' should be 'matters' to agree with the singular subject 'order'.

Suggested change
> The order of the routing rules matter.
> The order of the routing rules matters.

Copilot uses AI. Check for mistakes.
>
> More specific prefixes need to be before less specific prefixes.
>
> For example, if the first rule matches the prefix /api, that will be used even if the second rule uses the prefix /api/v1.
| Property | Description |
|---|---|
| `description` | Human-readable label for the rule |
Expand Down