I have configured a production and staging slot in Azure, with each slot using it's own SQL Azure database.
The connection string for each is configured to be "sticky".
However when I go to swap the production slot (destination) with the staging slot (source) I get the following warnings.
The informative message is telling me that the the connection string from staging will overwrite the production one. Additionally the earlier warning is telling me that the DefaultConnection settings does not exist in production - BUT it does and it is also sticky.
Finally the fist two warnings are complaining about connection strings missing from both staging and production - these were indeed deleted from both as no longer required. But what are they listed as missing - what is the source of truth?
Am I missing something?
This MSDN question might be useful to follow