From the course: Extend Web Application Functionality on Microsoft Azure

Unlock the full course today

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

Publishing the Function and testing the web application

Publishing the Function and testing the web application - Azure Tutorial

From the course: Extend Web Application Functionality on Microsoft Azure

Publishing the Function and testing the web application

- [Instructor] In this video, we're going to publish the function by using Visual Studio. Let's Right Click on the project and then publish to create a new published profile. Let's select Azure, Azure Function App with Linux, and then the resource group, and the Function App. So let's click on next and let's click on finish. So this process is going to create this published profile and we are ready to save this and publish the profile by clicking on this publish button. So let's wait for this process to be completed. After a little while, this process completes so now we're ready to go to the Azure Portal. So here we are in this Function App and let's navigate to configuration since we need to add the configuration settings that the function needs. In other words, the WpmStorage Connection string, I'm going to paste it right here. And then the ComputerVisionServiceURI. And let's paste the URI. And finally, the computer…

Contents