Skip to content

Commit 1c8b02a

Browse files
Merge pull request #269185 from duongau/patch-6
CDN - Purge CDN endpoint (Update text for tip box)
2 parents 07b59c4 + 5821a2d commit 1c8b02a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

articles/cdn/cdn-purge-endpoint.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: kumud
77
ms.assetid: 0b50230b-fe82-4740-90aa-95d4dde8bd4f
88
ms.service: azure-cdn
99
ms.topic: how-to
10-
ms.date: 02/21/2023
10+
ms.date: 03/15/2024
1111
ms.author: duau
1212

1313
---
@@ -47,13 +47,7 @@ This guide walks you through purging assets from all edge nodes of an endpoint.
4747
3. **Root domain purge**: Purge the root of the endpoint with "/" in the path.
4848

4949
> [!TIP]
50-
> 1. Paths must be specified for purge and must be a relative URL that fit the following [regular expression](/dotnet/standard/base-types/regular-expression-language-quick-reference).
51-
>
52-
> 1. Single URL purge `@"^\/(?>(?:[a-zA-Z0-9-_.%=\(\)\u0020]+\/?)*)$";`
53-
> 1. Query string `@"^(?:\?[-\@_a-zA-Z0-9\/%:;=!,.\+'&\(\)\u0020]*)?$";`
54-
> 1. Wildcard purge `@"^\/(?:[a-zA-Z0-9-_.%=\(\)\u0020]+\/)*\*$";`.
55-
>
56-
> More **Path** textboxes will appear after you enter text to allow you to build a list of multiple assets. You can delete assets from the list by clicking the ellipsis (...) button.
50+
> 1. Paths must be specified for purge and must be a relative URL that fit the following [RFC 3986 - Uniform Resource Identifier (URI: Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
5751
>
5852
> 1. In Azure CDN from Microsoft, query strings in the purge URL path are not considered. If the path to purge is provided as `/TestCDN?myname=max`, only `/TestCDN` is considered. The query string `myname=max` is omitted. Both `TestCDN?myname=max` and `TestCDN?myname=clark` will be purged.
5953

0 commit comments

Comments
 (0)