Skip to content

Commit 70db017

Browse files
Merge pull request #285861 from RussellR-MSFT/patch-5
ANPTA: Fixed typo in link on line 50
2 parents 4915b0b + 956d182 commit 70db017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cdn/cdn-purge-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +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 [RFC 3986 - Uniform Resource Identifier (URI: Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
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).
5151
>
5252
> 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.
5353

0 commit comments

Comments
 (0)