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 - 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
-
-
-
Creating PDF files with Azure Functions and Puppeteer38s
-
(Locked)
Configuring the existing cloud resources1m 49s
-
(Locked)
Creating the repository and the Azure Functions project4m 21s
-
(Locked)
Implementing and testing the SQL trigger5m 8s
-
(Locked)
Implementing the code to generate HTML content7m 24s
-
(Locked)
Implementing the code to generate a PDF file using Puppeteer6m 56s
-
(Locked)
Implementing the Blob output binding in the Function4m 59s
-
(Locked)
Provisioning the Function app using the Azure Portal1m 9s
-
(Locked)
Manually deploying the Azure Function to the Function app4m 44s
-
-
-
-
-