You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to deploy a function via the extension and I seem to be getting the following error intermittently when deploying to a slot:
An error has occured. Check output window for more details.
Output:
Error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:ee68f3da-401e-001d-6088-875841000000
Time:2023-05-15T23:53:00.8613021Z
So far I've tried doing the following:
Restarting VSCode
Signing out and back in to Azure
Deploying to the function app directly instead of a slot
Unfortunately none of these have worked. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
Figured out the issue. For anyone else encountering this and also running WSL, checkout this issue here Azure/azure-cli#20388 and here microsoft/WSL#8204. Apparently it's related to the internal time getting out of sync when the computer recovers from sleep
Hi! I'm trying to deploy a function via the extension and I seem to be getting the following error intermittently when deploying to a slot:
An error has occured. Check output window for more details.
Output:
So far I've tried doing the following:
Unfortunately none of these have worked. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: