Home > Software engineering >  Azure Functions Tab not showing in VSCode
Azure Functions Tab not showing in VSCode

Time:06-16

I have installed Azure Functions in VSCode:

vscode installed extensions

But I cannot see it in the Azure tab on the left hand side:

azure tab open w/o functions

And it does not show in the submenu either:

submenu w/o functions option

I have used Azure Functions on this laptop before, and have created JS functions before. But now I need to create a new function for a new app and cannot figure out why it is not working. I have tried to uninstall the extension and reinstall it, to sign out of VSCode and resign in, but with no luck. Not sure why it stopped working after a bit of not using it, so any help is appreciated.

CodePudding user response:

The latest version of VS Code Azure Extension contains below Tabs.

enter image description here

You can see the Azure function in Workspace Tab

enter image description here

When you click on the deploy icon it will ask you to deploy whether Azure Function App or Web App

enter image description here

  • Related