-
Click the New button found on the upper left-hand corner of the Azure portal.
-
Click Compute > Function App, select your Subscription, type a unique App name that identifies your function app, then specify the following settings:
- Resource Group: Select Create new and enter a name for your new resource group.
- Hosting plan, which can be one of these plans:
- Consumption plan: The default plan type for Azure Functions. When you choose a consumption plan, you must also choose the Location.
- App Service plan: An App Service plan requires you to create an App Service plan/location or select an existing one. These settings determine the location, features, cost, and compute resources associated with your app.
- Storage account: Each function app requires a storage account. You can either choose an existing storage account or create a storage account.
-
Click Create to provision and deploy the new function app.