I enabled enterprise-edge on my Azure Static Web Apps. Is there a way to purge the enterprise-edge cache using Azure CLI?
Purge azure static web apps enterprise-grade edge (CDN) using Azure CLI
209 Views Asked by RICHARD At
1
There are 1 best solutions below
Related Questions in AZURE-CLI
- How to script scaling a Website from Small to Large?
- Azure Application Insights, how to change daily cap by Azure CLI
- List my custom images Azure CLI
- Create VM and associate the VM to existing virtual network
- How to implement automated login without user interaction into azure portal from VSTS using azure CLI & power shell script
- Using Azure CLI in Jenkins pipeline
- List All Deployment Slots in Azure
- Script to backup and restore Azure Active Directory password hashes
- How ubuntu parameter by uuidgen and remove "-" format
- Azure create servicePrincipal results in One or more properties contains invalid values
- az group delete -n $v show "ValidationError: Parameter 'resource_group_name' must conform to the following pattern"
- Find unused storage account azure ARM
- How to avoid error "conda --version: conda not found" in az ml run --submit-script command?
- How JMESPath summary data
- how to filter log messages in Azure for CLI command az monitor activity-log list
Related Questions in AZURE-CDN
- Azure CDN endpoint working status
- How to enable caching for JS, CSS files in Azure CDN for Azure App Service (Website)
- Godaddy and Azure CDN CName
- What is the difference between token authentication in Azure Blob Storage, and Verizon CDN Premium?
- What would be the best way to synchronize folders and sub folders with Azure CDN
- Hosting WebAPI on a HTTPS Azure Web Role and HTML Javascript on HTTPS Azure CDNs?
- Broken image and display css code on screen
- Serving some files from Azure CDN to only certain users
- How to Change a CDN Endpoint Origin Type
- Azure CDN with Function App Access Restrictions Give 403 Forbidden
- Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". (Angular + Azure CDN)
- Purge azure static web apps enterprise-grade edge (CDN) using Azure CLI
- Azure static website with Azure CDN shows white screen only
- Show Maintenance domain if web app is stopped
- Azure web role with cdn
Related Questions in AZURE-STATIC-WEB-APP
- How to use relative urls in MSAL's redirectUri?
- Blazor WASM client index.html without MainLayout
- Azure Static Web App with Custom Domain not working with Traffic Splitting
- Microsoft Azure static React App not returning json
- React vite typescript deploy to azure static web app from github repo
- Azure Static WebApp database connection preview issue
- Is it possible to combine Azure Function staging slots and preview environments in Azure Static Web app?
- Static Web App Securing Routes with roles when routes have parameters in them
- How to get response from 2nd azure static web app when called from the 1st static web app?
- Blazor app is very slow on azure static web app
- Can I use http api in static azure web app
- Adding a tab app to teams with developer portal
- Azure Static Web App not using environment.prod.ts value for connection string
- How do I deploy an Astro SSR site with a NodeJS adapter to Azure Static Web Apps?
- DataApiBuilderException while trying to run swa start
Related Questions in AZURE-FRONT-DOOR
- Azure APIM how to change the request url
- Azure Front Door - multiple frontends IDs as a parameter (array) to routing rule?
- How to authorized only traffic from my Frontdoor to my Web App private endpoint?
- Can't recreate a frontdoor private link after removing it
- How is Azure Frontdoor Origin type defined in Bicep?
- I can't remove and readd a front door private link origin
- Azure Blob Storage Account in both CDN & Front Door
- FrontDoor Bicep Fails - How do I get the reason?
- Azure APIM Developer Portal Designer via Front Door
- Hide url segment of azure b2c
- traffic manager nested profiles and the front door
- How to properly route my app features in Front Door
- azure front door error:OpenSSL SSL_connect: SSL_ERROR_SYSCALL
- How to check if an Azure Front Door Profile has been created before November 8 2022?
- Azure Container App increasing performance
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
As of now, there is no direct support with CLI to purge the cache of static web apps according to the MSDoc. As a workaround, follow one of the below ways to meet your requirement.
az afd endpoint purgeCLI command.