skip to Main Content

I am getting "Credentials argument needs to implement signRequest method" when trying to "create a function app in azure" from Azureresourcesremote 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.

2

Answers


  1. 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

    enter image description here

    and restart the VS Code > Re-login to your Azure Account from Visual studio code and perform the create function operation.

    enter image description here

    Login or Signup to reply.
    1. Log in at https://portal.azure.com/ with a web browser and
      pass the two factor authentication. I think it’s this need for two factor authentication that’s glitching the VSC sign-in.
    2. Choose Azure: Sign Out from the VSC command pallet.
    3. Sign in to Azure again in VSC.
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search