In order to purge a cache in the build pipeline you can use some random task that some dude wrote or you can just use the Azure CLI.
Here is an example of what it would look like to purge the entire CDN top to bottom
1 | - task: AzureCLI@2 |
ORIGINALLY POSTED TO: https://blog.simontimms.com/2022/01/27/purge-cdn-in-devops
In order to purge a cache in the build pipeline you can use some random task that some dude wrote or you can just use the Azure CLI.
Here is an example of what it would look like to purge the entire CDN top to bottom
1 | - task: AzureCLI@2 |