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.

Deploying Azure Functions from Visual Studio

Deploying Azure Functions from Visual Studio - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Deploying Azure Functions from Visual Studio

- [Instructor] Just like any other .NET based web application, you can right click publish to deploy your application to Azure. Let's do that. Let's right click and then select publish. And here I'm going to select Azure. And as you can see, there are different options that we can use. For instance you can select the operating system of your function app. In this case, we're going to use Windows and also you can choose to create a Docker image and deploy the image as a container in your function app, which is pretty cool. However, I'm going to use the Azure function app for Windows and here, I'm going to specify the resource group which is Azure functions, and then I'm going to select the function app that I want. And I'm going to click on the finish button. This process will create a published profile that you can find here in the properties folder and inside the published profiles folder, that is right here. If…

Contents