From the course: Building a Web Application on Microsoft Azure
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Provisioning the Function App resource and testing the app - Azure Tutorial
From the course: Building a Web Application on Microsoft Azure
Provisioning the Function App resource and testing the app
- [Instructor] Okay, let's create a function app. Let's click on Create and then search for function, the name of the template is Function App, and let's specify the name, Say, wpmfunctionapp should be unique in the entire Azure Cloud. And we need to specify if we want to deploy code or a container image. In this case, it's code of course. And .NET 6, and the region is, in this case, West US 3. Okay, now I need to specify if I want to use Linux or Windows, in this case, I'm going to use Windows. And in this case, I want to use the Consumption plan, in other words, the serverless flavor of Azure Functions. Okay, so now the storage, I don't want to create a new storage account. In fact, I want to reuse the existing one, and for networking, let's enable the public access. And I want to use Application Insights, and of course, I want to reuse the existing Application Insights resource. For deployment, we don't want…
Contents
-
-
-
-
-
-
-
(Locked)
Using Azure Functions to improve your web application46s
-
(Locked)
Creating the Azure Functions project and repository3m 46s
-
(Locked)
Testing the function by using the Azure Storage Explorer3m 54s
-
(Locked)
Implementing the resize code and the output binding5m 21s
-
(Locked)
Modifying the web application to display the thumbnails2m 39s
-
(Locked)
Pushing all the changes to the remote repositories1m 21s
-
(Locked)
Provisioning the Function App resource and testing the app6m 41s
-
(Locked)
-
-