Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.4 KB

functions-create-function-app-portal.md

File metadata and controls

14 lines (9 loc) · 1.4 KB
  1. Click the New button found on the upper left-hand corner of the Azure portal.

  2. 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.

    Create function app in the Azure portal

  3. Click Create to provision and deploy the new function app.