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.

Options for deploying a function

Options for deploying a function - Azure Tutorial

From the course: Azure Serverless Computing

Start my 1-month free trial

Options for deploying a function

- [Instructor] Once you have your function working and you've been able to test and make sure it works locally on your own machine, you're probably thinking, well, how do I get this into the cloud and into the Azure so I can learn my function there. There's a number of different options that we can use. And they range from being just kind of a cloud aware published from the developer workstation. I can right-click and publish the application right up into the cloud. When you get a little bit more sophisticated, you might have a pipeline that you do, like a DevOps process and that's really the way you should do it. And, you know, if you really want to get into it, you can actually go out and build an ARM template that would provision the entire environment and then use the resource group project and visual studio to do that. So let's go and see how we can do this inside of Visual Studio and also with some DevOps.

Contents