From the course: Extend Web Application Functionality on Microsoft Azure

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Creating the repository and the Azure Functions project

Creating the repository and the Azure Functions project - Azure Tutorial

From the course: Extend Web Application Functionality on Microsoft Azure

Creating the repository and the Azure Functions project

- [Instructor] In this video, we need to create a new repo for the PDFCreator project. So let's navigate to Repos and then New Repository. Let's name it wpm-pdfcreator. As you can see, I already did this to expedite this process. And finally, you can select the gitignore template that you want to use. You can use, for instance, Visual Studio or you can create your own gitignore file by executing .NET new gitignore. Regardless of which technique you want to use, let's go ahead and create the repo. Again, I already did this, so I cloned the repo in my computer. So I'm ready to go ahead and open up Visual Studio. Here in Visual Studio, let's click on File, New Project, Azure Functions and then this is the folder that I cloned, so the name will be PDFCreator, and then Next. Here, I'm going to use .NET 6 since it's enough for us to create PDF files and the template that I want to use is SQL input binding. Now because we're…

Contents