From the course: Azure Functions for Developers

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Creating Azure Functions in Visual Studio .NET

Creating Azure Functions in Visual Studio .NET - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Creating Azure Functions in Visual Studio .NET

- [Instructor] Visual Studio .NET is a very powerful development environment. Ultimately, you can create any kind of application that you want with it. That's why in this course, I'm going to use Visual Studio .NET as my primary ID. Let's select file new project here, and now I'm going to choose Azure Functions. Remember that to create Azure Functions in Visual Studio .NET, you should install the Azure SDK. When you do, you have the Azure Functions template that I got on my screen. So let's click on next. And the project name will be FunctionApp1, it doesn't matter for this demonstration. I'm going to change the location to Azure Functions four developers in my D drive. And finally, I'm going to click on create. Here, I can select so many things. For example, I can select the version of the Azure Functions runtime that I want. At the time of this recording, the version three is the latest one. I can also select…

Contents