Skip to content

Commit 0df6714

Browse files
Merge pull request #295760 from greg-lindsay/appgw-freshness
add detail about wildcard
2 parents 553f15c + 2035289 commit 0df6714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/application-gateway/multiple-site-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides an overview of the Azure Application Gateway
44
services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
7-
ms.date: 02/28/2024
7+
ms.date: 03/05/2025
88
ms.author: greglin
99
ms.topic: concept-article
1010
---
@@ -75,6 +75,7 @@ In the Azure portal, under the multi-site listener, you must choose the **Multip
7575
* There can only be up to two asterisks `*` in a host name. For example, `*.contoso.*` is valid and `*.contoso.*.*.com` is invalid.
7676
* There can only be a maximum of 4 wildcard characters in a host name. For example, `????.contoso.com`, `w??.contoso*.edu.*` are valid, but `????.contoso.*` is invalid.
7777
* Using asterisk `*` and question mark `?` together in a component of a host name (`*?` or `?*` or `**`) is invalid. For example, `*?.contoso.com` and `**.contoso.com` are invalid.
78+
* An entry of `*.contoso.com` does not match `contoso.com` because `*.contoso.com` specifies that a dot is present before contoso.
7879

7980
<!-- docutune:enable -->
8081

0 commit comments

Comments
 (0)