0

As I understand, when we swap the slot, we can choose which appSetting key value to be stayed, but if the staging slot got the new key value which is not in the existing production slot web.config, how can we map the new key value in production web.config transform when we swap the slot?

Aravind
  • 3,929
  • 1
  • 22
  • 38
user2376512
  • 855
  • 1
  • 10
  • 21

1 Answers1

0

I am not sure if I understood your problem, but you can mark the AppSetting-Keys as "Slot Specific" or something like that and in this case they will not be transfered to another slot on swapping. Look here for more detailed description: https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots

Sharbag
  • 180
  • 4
  • 14