问题
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