Visual Studio 2022 Azure Functions Template Missing

Ariel M 51 Reputation points
2022-10-24T16:49:48.653+00:00

When creating a new project in VS 2022 there isn't am Azure Functions template. How do you make it available?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,114 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Ellis 26 Reputation points
    2022-11-29T23:25:39.077+00:00

    In case anybody else has the same problem I had:

    I did have an Azure Functions template, but the runtime I needed (.NET 7) was not listed. Repairing Visual Studio did not fix it.

    I deleted my AppData\Local\AzureFunctionsTools directory. Visual Studio recreated it, problem solved.

    5 people found this answer helpful.

  2. Takahito Iwasa 4,851 Reputation points MVP
    2022-10-24T22:03:59.55+00:00

    Hi, @Ariel M

    You select the workload in the Visual Studio installer, but you need to additionally install Azure development.

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs?tabs=in-process

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.