I've a two web application (php and angular) hosted on azure web app with two slots (staging and production).
I want swap the two slots (usually from a staging slot into the production slot) . but when i do the swap , the production swap will keep the variable of staging slot ( if the staging point to a test database, when swap, the production slot will point to the test database)
So, any idea to externalize variables to make the application read the value from externaly ?
Thanks