From the course: Azure Serverless Computing

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Demo: Deploying the function to Azure

Demo: Deploying the function to Azure - Azure Tutorial

From the course: Azure Serverless Computing

Start my 1-month free trial

Demo: Deploying the function to Azure

- [Instructor] When I want to go out and publish this project, I mean literally I can go out and I can do it a number of different ways. And the first way is to use Visual Studio to do that. When you right click on Visual Studio and go to publish, you'll come to the window that has publish. Go ahead and click on start, and it opens a dialog that walks us through how we can publish this out. I can either create a new app service or select an existing one, or I could import a published profile that I've downloaded from Azure. I'm gonna go ahead and create a new one and we're gonna put this into our same resource group that we are running our weather demo. So the function app name, we're gonna put a better name than what it chooses. We'll call this the function weather demo. We're going to pick the resource group so that we're in our weather demo resource group. We're going to make sure we're in a hosting plan. This is where we can say we want to use the consumption plan, the same one…

Contents