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 the CLI

Deploying Azure Functions from the CLI - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Deploying Azure Functions from the CLI

- [Instructor] There are many different ways that we can use to deploy our Azure functions applications. In this video, we'll see a couple of techniques to deploy them from the command line. The first one that I want to show you is by using the Azure functions core tools. I'm going to type func, then Azure function app publish, and then the name of the function app, in this case, I'm going to use such Azure functions for developers. The one that we created back in chapter two. So let's execute this. And it's starting this process. I'm going to pause the video so we can expedite this process. Now that the deployment is complete, we can see the different URLs for the functions that we deployed. The second technique that I want to show you is by using the Azure command line interface. In this case, I'm going to use az and the function app command deployment source, and I'm going to use this config-zip option. Speaking…

Contents