After rotating a connection string for some Azure Storage account, KeeShepherd might start showing errors like this:
{"odata.error":{"code":"AuthenticationFailed","message":{"lang":"en-US","value":"Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:3732a79f-b002-00a1-0a92-0f66ee000000\nTime:2022-01-22T13:15:40.0223618Z"}}}
This is because the old connection string gets cached in memory.
Restarting VsCode helps.
After rotating a connection string for some Azure Storage account, KeeShepherd might start showing errors like this:
This is because the old connection string gets cached in memory.
Restarting VsCode helps.