We recently changed our azure sql server manager password.
We confirmed (multiple times) that all connection string configurations have the correct password.
I've exhausted my list of theories of what the root issue is, and don't even know where to look next.
This problem is intermittent and doesn't appear to be an issue with our app service UI, and appears to happen "mostly" in our .net our azure functions and in our IHostedService implementations.
It "feels" like a connection string my be stuck in a cache that survives between deployments.
If anyone could give me some things to try or look into it would be greatly appreciated.



