In my Azure DevOps CI/CD pipeline, I perform incremental resource group upgrade with .NET app deployment to AppService Web App (Stage slot -> prod slot). After running ARM script the second time, Web App content gets deleted on both prod and stage slots. Is it possible to keep web app binaries while performing incremental upgrade?
1 Answers
0
votes
You could run your WebApp from Package/ZIP. This is better from a performance point of view plus it would solve your issue with deleted binaries: https://github.com/Azure/app-service-announcements/issues/84