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 Create a function application

Demo Create a function application - Azure Tutorial

From the course: Azure Serverless Computing

Start my 1-month free trial

Demo Create a function application

- [Instructor] So let's get started by creating a Function App, in the portal I can do that by going out to Provision Something New, create the new resource and then searching for a Function App. And then once I create it, then I have a few options, first one is to give it a name. Because this is running as part of the App Service family it has an Azurewebsites.net domain so I need to have a unique name in there. Next I choose the Resource Group where I want to put this, I'm going to put this into our example where I've got myWeatherDemo and then I've got a Hosting plan where I can specify how I want to pay for this. There are two ways that we can do that, one is pay by consumption, where pay per call. The other is to put it inside of an App Service Plan that I can manually control the size of. The nice thing about the Consumption plan is you pay for what you use, it'll burst up and burst down and part of that, if you don't want it to scale quite as quickly, maybe you've got a reason…

Contents