Azure web app code not reflecting after changing via Kudu until restart

Joshua-3609 0 Reputation points
2023-11-07T22:13:49.02+00:00

It seems that the issue isn't affecting all Azure App Services. Recently, I've noticed that none of the Azure App Services I'm utilizing are reflecting the code changes I've made via Kudu in the live application. I've attempted to modify the cache and other settings to resolve this, but to no avail. Here are the details of the environment I'm currently using.

Environment (Window Azure App Service)

  • Build 100.50921.6442.0 (Commit: e35b28e7cb)
  • Azure App Service 101.0.7.280
  • Site folder C:\home
  • Temp folder C:\local\Temp\
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,052 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 16,026 Reputation points Microsoft Employee
    2023-11-17T07:10:44.63+00:00

    @Joshua-3609 Thanks for sharing details, after internal discussion on this it came out that, it is required to restart the site to pick up changes, specially if those are manually added.

     If you use any of the publishing methods such as Maven or CLI (OneDeploy command: az webapp deploy …), we will schedule the restart after copying the files.

    Hope this helps, Let us know.

    0 comments No comments