For a given web app service, when multiple deployment slots are setup, e.g.:
myapp
myapp/staging
and I create an appSetting that is marked as a "deployment slot setting" on myapp, what happens when I swap slots? Does the deployment slot setting stay with myapp or does it move to myapp/staging?
Also, what happens if I mix and match deployment slot settings and non-deployment slot settings between deployment slots?