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.

Creating function apps with the Azure CLI

Creating function apps with the Azure CLI - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Creating function apps with the Azure CLI

- [Instructor] The Azure command line interface comes in handy, when you want to strip the creation, and management of Azure resources. In this video, we'll see how to create a function app, by using the Azure CLI. First, I'm going to save some variables that I'm going to use such as the location, which is South Central US. The name of the resource group that I want to create in this case is Azure functions-cli. And the name of the related Azure storage account, in this case is Azure function cli storage. And the name of the command that I'm going to use is AC function app create. As you can see, there are so many different options that we can use. However, I'm going to use just a small number of them. Okay, so first I need to create the resource group. So let's execute this command, AC group create. The name of the resource group will be RG, and the location, the variable L. So it's done, and now let's create the Azure…

Contents