I am getting "Credentials argument needs to implement signRequest method" when trying to "create a function app in azure" from Azure\resources\remote in VS Code. However, I can create a Resource Group from the same place. I validated that I can see the group in the portal.
Spent 5 hours searching this and trying everything I could find and / or think of. Just can't figure out why one works and the other doesn't.
It is preventing me from deploying the local test function (I'm going thru the az-204 Microsoft exercise, so I am a noobie at Azure)
Any help would be greatly appreciated.
CodePudding user response:
Please check if the below steps help to fix the issue:
Go to Credential Manager in your system and delete the VS Code Sign-ins
and restart the VS Code > Re-login to your Azure Account from Visual studio code and perform the create function operation.