1

I opened my project repo as usual , then I noticed that I can't add new azure function

the + icon disappeared:

enter image description here

I don't know how to get it back ?

Hamza Haddad
  • 1,516
  • 6
  • 28
  • 48
  • Have you tried reinstalling the VS Code and then installing the extension again? – SwethaKandikonda Aug 08 '22 at 08:43
  • I have tried to reinstall the extensions but not vs code. same problem here : https://stackoverflow.com/questions/73272761/azure-function-create-function-command-missing-in-vs-code-2022 – Hamza Haddad Aug 08 '22 at 08:46
  • I am now getting the same problem. I was at least able to create a function via the web before, but now even that is disabled – ShaunOReilly Mar 07 '23 at 03:51

1 Answers1

1

After reproducing the same by downloading the latest July 2022 - version 1.70 we faced the same issue. This might be a bug that is seen in the latest release.

enter image description here

You can follow the updates from the tickets that I have raised over Github - Azure Functions Support.

However, as an alternative, you can install the previous stable June 2022 (version 1.69).

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18