From the course: Azure Event Grid

Unlock the full course today

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

Create a function app

Create a function app - Azure Tutorial

From the course: Azure Event Grid

Start my 1-month free trial

Create a function app

- [Instructor] So this time, I have a storage account creator that will act as the publisher to my event grid. And I have another storage account creator, which I need for my Function App. So next, let's go ahead and create the Function App. So, let's go ahead and launch the Azure CLI one more time. Let's make this a little bit bigger. And in order to create the Function App, so I'm going to first create the Function App, and then I will associate the newly created storage account. Let me tell you which one. This account here. I will associate that with my Function App. Okay, let's go ahead and create the Function App. So, it's very simple, az functionapp create - -name smfunctionapp1, this needs to be unique, - -storage-account smfuncstorage, so the name needs to be correct, --resource-group sm - -consumption-plan- location westcentralus. So, let's wait for this to get created. Now, this point of this name is not unique. You'll probably get an error message saying that this name is…

Contents