I have an Azure web app that was running for a couple weeks. I just created a “staging” slot and added a slot-specific connection string to it, which I also did for the prod slot. I swapped them and now my production and staging slots are both writing to the staging db.
I checked the environment variables in Kudu and it is correct for both apps. I’ve tried restarting the app service. I’m at a loss what to check next.