From the course: Azure Functions for Developers

Unlock the full course today

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

Creating Azure Functions in Visual Studio code

Creating Azure Functions in Visual Studio code - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Creating Azure Functions in Visual Studio code

- Visual Studio Code is an opensource cross-platform code editor that has been very popular amongst developers in the past few years. Let's see how we can create Azure functions with Visual Studio Code. First, let's create a new folder here, for example, new func, and let's navigate to these new folder and here I'm going to type code. so I can open up Visual Studio Code in this context. If you want to use Visual Studio Code as your code editor for creating Azure functions, I suggest you install these Azure functions extension because it allows you to create debug, manage and deploy Azure functions to Azure. So, I already did this to expedite this process. So, I'm ready to go. I'm going to open this pallette and I'm going to select this option, create new project I have here. And as you can see, it asked me about the folder, in this case, it's new func because I opened Visual Studio Code in this context, and now…

Contents