Adam Davies
Adam Davies

Reputation: 2802

Visual Studio Code not finding Subscription for Azure Function Upload

I am evaluating Microsoft Azure. In particular I am interested in Azure Functions.

On my Azure account I get this: enter image description here

But when I try and upload an Azure Function form Studio Code, I get this:

enter image description here

Does anyone have any idea how I can get out of this loop and upload and tryout Azure Functions?

I would have thought that this functionality would be basic stuff. So I'm convinced I must be doing something wrong, or is it that Microsoft are still catching up with AWS and Google?

Upvotes: 1

Views: 885

Answers (1)

Frank Borzage
Frank Borzage

Reputation: 6796

According to your description, I think you did not install Azure Functions extension, The Azure Functions extension is included with the the Azure Tools extension pack, if you want to install it, you can visit this link.

Once you've installed the Azure extension, sign into your Azure account by navigating to the Azure explorer, select Sign in to Azure, and follow the prompts.

enter image description here

For more details, you can refer to this official document.

Upvotes: 1

Related Questions