Cache purging in Azure Front Door
Azure Front Door caches assets until their time-to-live (TTL) expires. When a client requests an asset with an expired TTL, Azure Front Door retrieves and caches a new copy of the asset to serve the request.
To ensure end users always receive the latest version of your assets, it's best practice to version your assets with each update and publish them under new URLs. This way, Azure Front Door will fetch the new assets on the next client request.
Purging cached content from all point-of-presence (POP) locations forces Azure Front Door to retrieve updated assets. This action is necessary when updates are made to your application or to correct incorrect information.
Prerequisites
Review caching with Azure Front Door to understand how caching works.
Configure cache purge
Navigate to the overview page of your Azure Front Door profile and select Purge cache at the top of the page.
Choose an endpoint, then select the domain or subdomain you want to purge from the Front Door POP. You can select multiple domains or subdomains.
Important
Cache purge for wildcard domains is not supported. You must specify a subdomain to purge cache. You can add multiple single-level subdomains of the wildcard domain. For example, for the wildcard domain
*.contoso.com
, you can add subdomains likedev.contoso.com
ortest.contoso.com
. For more information, see wildcard domains in Azure Front Door.To clear all assets, select Purge all assets for the selected domains. Otherwise, enter the Paths of each asset you want to purge.
The following formats are supported for the list of paths to purge:
- Single path purge - Purge individual assets by specifying the full path of the asset without the protocol and domain, including the file extension. For example:
/pictures/strasbourg.png
. - Root domain purge - Purge the root of the endpoint with
/*
in the path.
Cache purges for Azure Front Door are case-insensitive and query string agnostic, meaning purging a URL purges all query-string variations of it.
- Single path purge - Purge individual assets by specifying the full path of the asset without the protocol and domain, including the file extension. For example:
Note
Cache purging can take up to 10 minutes to propagate across all Azure Front Door POP locations.
Next steps
Learn how to create an Azure Front Door.