Skip to content

Commit a4aae2c

Browse files
Update how-to-cache-purge-cli.md
Add clarification to Azure CLI usage for Azure Front Door purging
1 parent bb436a4 commit a4aae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Run [az afd endpoint purge](/cli/azure/afd/endpoint#az-afd-endpoint-purge) to pu
3232
* Domains/Subdomains with assets you want to purge
3333

3434
> [!IMPORTANT]
35-
> 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).
35+
> 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, if `--domains` is omitted, only the endpoint cache will be purged. 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).
3636
3737
* The path to the content to be purged.
3838
* These formats are supported in the lists of paths to purge:

0 commit comments

Comments
 (0)