Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 4.71 KB

File metadata and controls

49 lines (34 loc) · 4.71 KB
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 09/22/2025
ms.author glenga
  1. From the Azure portal menu or the Home page, select Create a resource.

  2. In the New page, select Compute > Function App.

  3. Under Select a hosting option, select Functions Premium > Select to create your app in a Premium plan. In this serverless hosting option, you pay only for the time your functions run. To learn more about different hosting plans, see Overview of plans.

  4. On the Basics page, use the function app settings as specified in the following table:

    Setting Suggested value Description
    Subscription Your subscription The subscription under which this new function app is created.
    Resource Group myResourceGroup Name for the new resource group in which to create your function app.
    Function App name Globally unique name Name that identifies your new function app. Valid characters are a-z (case insensitive), 0-9, and -. To guarantee a unique app name, you can optionally enable Secure unique default hostname, which is currently in preview.
    Do you want to deploy code or container image? Code Option to publish code files or a Docker container.
    Operating system Preferred OS Choose either Linux or Windows.
    Runtime stack Preferred language Choose a runtime that supports your favorite function programming language.
    Version Supported language version Choose a supported version of your function programming language.
    Region Preferred region Choose a region near you or near other services your functions access.
  5. Under Environment details for either Windows Plan or Linux Plan, select Create new, Name your App Service plan, and select a Pricing plan. The default pricing plan is EP1, where EP stands for elastic premium. To learn more, see the list of Premium SKUs. When running JavaScript functions on a Premium plan, you should choose an instance that has fewer vCPUs. For more information, see Choose single-core Premium plans.

  6. Unless you want to enable Zone Redundancy, keep the default value of Disabled.

  7. Select Next: Storage. On the Storage page, create the default host storage account required by your function app. Storage account names must be between 3 and 24 characters in length and only can contain numbers and lowercase letters. You can also use an existing account, which must meet the storage account requirements.

  8. Unless you're enabling virtual network integration, select Next: Monitoring to skip the Networking tab. On the Monitoring page, enter the following settings:

    Setting Suggested value Description
    Enable Application Insights Yes Enables built-in Application Insight integration for monitoring your functions code.
    Application Insights Default Creates an Application Insights resource of the same App name in the nearest supported region. By expanding this setting, you can change the New resource name or choose a different Location in an Azure geography to store your data.
  9. Select Review + create to accept the defaults for the remaining pages and review the app configuration selections.

  10. On the Review + create page, review your settings, and then select Create to provision and deploy the function app.

  11. Select the Notifications icon in the upper-right corner of the portal and watch for the Deployment succeeded message.

  12. Select Go to resource to view your new function app. You can also select Pin to dashboard. Pinning makes it easier to return to this function app resource from your dashboard.

    Deployment notification