Reputation: 2802
I am evaluating Microsoft Azure. In particular I am interested in Azure Functions.
On my Azure account I get this:
But when I try and upload an Azure Function form Studio Code, I get this:
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
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.
For more details, you can refer to this official document.
Upvotes: 1