Skip to content

Commit 50679d5

Browse files
committed
review edits
1 parent f6042e8 commit 50679d5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'Cache purging - Azure Front Door - PowerShell'
3-
description: This article helps you understand how to purge cache on an Azure Front Door Standard and Premium profile using PowerShell.
2+
title: 'Cache purging - Azure Front Door - Azure PowerShell'
3+
description: This article helps you understand how to purge cache on an Azure Front Door Standard and Premium profile using Azure PowerShell.
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 PowerShell
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

@@ -22,9 +22,9 @@ Best practice is to make sure your users always obtain the latest copy of your a
2222
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2323
- Azure PowerShell installed locally or Azure Cloud Shell
2424

25-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
25+
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
2626

27-
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
27+
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2828

2929
* Review [Caching with Azure Front Door](../front-door-caching.md) to understand how caching works.
3030
* Have a functioning Azure Front Door profile. Refer [Create a Front Door - PS](../create-front-door-powershell.md)to learn how to create one.
@@ -36,8 +36,10 @@ Run [Clear-AzFrontDoorCdnEndpointContent](/powershell/module/az.cdn/clear-azfron
3636
* Name of the Azure Front Door profile within the resource group with assets you want to purge
3737
* Endpoints with assets you want to purge
3838
* Domains/Subdomains with assets you want to purge
39-
> [!IMPORTANT]
40-
> 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).
39+
40+
> [!IMPORTANT]
41+
> 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).
42+
4143
* The path to the content to be purged.
4244
* These formats are supported in the lists of paths to purge:
4345
* **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.

0 commit comments

Comments
 (0)