I am a web developer of a small software company.
We are using Octopus for the web source deployment to the Microsoft Azure Server.
A few days ago, I deployed the latest commit of prod source to Azure via Octopus successfully.
And I've made change of small code to the web source directly in Azure.
But unexpectedly, my chrome is still working for the old version and modified source is not working.
I think it is an issue from cache of IIS or Azure.
How can I clear the cache for IIS or Azure?
Thanks in advance.
By reading your question, first we need to determine the root cause of the problem.
After below steps, you can solve the issues.
1. First, check the following two options in the browser.
2. Refresh the page and check whether it is updated to the latest webapp.
3. If yes, you don't need to refresh your azure webapp. If not, we need to further check the cause of the problem.
4. Go to scm site, and check the source file to see if the program is successfully deployed. You also can download it and deploy it in your local to check.
5. If there is no problem with publishing the file, then we need to clear the cache for Azure at this time.
Or you also can recyle your application by kill w3wp.exe.