-
Notifications
You must be signed in to change notification settings - Fork 0
Create Project
Mika Berglund edited this page Jul 26, 2019
·
2 revisions
There are multiple ways you can create an Azure Functions application project with, so I won't go into much detail here. If you are using Visual Studio Code, then you might want to look at this article that explains how you do it.
For those who prefer Visual Studio 2019, this article will give you plenty of information.
The most important thing is that you create the Function application as a v2 application. At the time of writing, only v2 runtime supports function methods as instance methods.