Skip to content

Commit fb094e7

Browse files
Merge pull request #221675 from duongau/patch-8
Azure Front Door - add note about cache purge time
2 parents d6ffeae + 2702548 commit fb094e7

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

articles/frontdoor/standard-premium/how-to-cache-purge-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ az afd endpoint purge \
4949
```
5050
Cache purges on the Azure Front Door profile are case-insensitive. Additionally, they're query string agnostic, which means to purge a URL will purge all query-string variations of it.
5151

52+
> [!NOTE]
53+
> Cache purging can takes up to 10 mins to propagate throughout the network and across all edge locations.
54+
5255
## Next steps
5356

5457
Learn how to [create an Azure Front Door profile](../create-front-door-portal.md).

articles/frontdoor/standard-premium/how-to-cache-purge-powershell.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Clear-AzFrontDoorCdnEndpointContent `
5555
```
5656
Cache purges on the Azure Front Door profile are case-insensitive. Additionally, they're query string agnostic, which means to purge a URL will purge all query-string variations of it.
5757

58+
> [!NOTE]
59+
> Cache purging can takes up to 10 mins to propagate throughout the network and across all edge locations.
60+
5861
## Next steps
5962

6063
Learn how to [create an Azure Front Door profile](../create-front-door-portal.md).

articles/frontdoor/standard-premium/how-to-cache-purge.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ These formats are supported in the lists of paths to purge:
4343

4444
Cache purges on the Azure Front Door profile are case-insensitive. Additionally, they're query string agnostic, which means to purge a URL will purge all query-string variations of it.
4545

46+
> [!NOTE]
47+
> Cache purging can takes up to 10 mins to propagate throughout the network and across all edge locations.
48+
4649
## Next steps
4750

4851
Learn how to [create an Azure Front Door profile](../create-front-door-portal.md).

0 commit comments

Comments
 (0)