Changing Azure Web App settings

寵の児 提交于 2019-12-24 22:39:57

问题


Does changing an Azure web app setting changes it in the deployment slot? For example, If I changed the PHP version on the production slot, would it automatically be changed in the staging slot?


回答1:


No, unless you swap the slots and enable "Slot Setting" in the "Application Settings". The changes will not be reflected in the other Slots.




回答2:


No. Each deployment slot is like a full App Service instance. The changes are not reflected to any other slots.



来源:https://stackoverflow.com/questions/51633683/changing-azure-web-app-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!