Question
How can I invalidate or purge cached content in Cloudflare when using Azure Blob Storage?
Asked by: USER8492
89 Viewed
89 Answers
Answer (89)
You can purge cached content through Cloudflare's dashboard or API. You can purge everything, or selectively purge by URL, hostname, or cache tag. When using Azure Blob Storage, you can trigger a purge in Cloudflare after updating content in your Azure Blob Storage container, which can also be automated using Azure functions and Cloudflare API.