Skip to content

Commit f6042e8

Browse files
committed
review edits
1 parent aaa58dc commit f6042e8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'Cache purging - Azure Front Door - CLI'
3-
description: This article helps you understand how to purge cache on an Azure Front Door Standard and Premium profile using CLI.
2+
title: 'Cache purging - Azure Front Door - Azure CLI'
3+
description: This article helps you understand how to purge cache on an Azure Front Door Standard and Premium profile using Azure CLI.
44
services: frontdoor
55
author: duongau
66
manager: KumudD
77
ms.service: frontdoor
88
ms.topic: how-to
99
ms.workload: infrastructure-services
10-
ms.date: 08/31/2022
10+
ms.date: 09/20/2022
1111
ms.author: duau
1212
---
1313

14-
# Cache purging in Azure Front Door
14+
# Cache purging in Azure Front Door with Azure CLI
1515

1616
Azure Front Door caches assets until the asset's time-to-live (TTL) expires. Whenever a client requests an asset with expired TTL, the Azure Front Door environment retrieves a new updated copy of the asset to serve the request and then stores the refreshed cache.
1717

@@ -30,12 +30,15 @@ Run [az afd endpoint purge](/cli/azure/afd/endpoint#az-afd-endpoint-purge) to pu
3030
* Name of the Azure Front Door profile within the resource group with assets you want to purge
3131
* Endpoints with assets you want to purge
3232
* Domains/Subdomains with assets you want to purge
33+
3334
> [!IMPORTANT]
3435
> Cache purge for wildcard domains is not supported, you have to specify a subdomain for cache purge for a wildcard domain. You can add as many single-level subdomains of the wildcard domain. For example, for the wildcard domain `*.afdxgatest.azfdtest.xyz`, you can add subdomains in the form of `contoso.afdxgatest.azfdtest.xyz` or `cart.afdxgatest.azfdtest.xyz` and so on. For more information, see [Wildcard domains in Azure Front Door](../front-door-wildcard-domain.md).
36+
3537
* The path to the content to be purged.
3638
* These formats are supported in the lists of paths to purge:
3739
* **Single path purge**: Purge individual assets by specifying the full path of the asset (without the protocol and domain), with the file extension, for example, /pictures/strasbourg.png.
3840
* **Root domain purge**: Purge the root of the endpoint with "/*" in the path.
41+
3942
```azurecli-interactive
4043
az afd endpoint purge \
4144
--resource-group myRGFD \

0 commit comments

Comments
 (0)