Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.28 KB

File metadata and controls

28 lines (23 loc) · 2.28 KB
author ggailey777
ms.service azure-functions
ms.custom
build-2024
ms.date 05/03/2024
ms.author glenga
ms.topic include
  1. In the Azure portal, from the menu or the Home page, select Create a resource.

  2. Select Get started and then Create under Function App.

  3. Under Select a hosting option, choose Flex Consumption > Select.

  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 in which you create your new function app.
    Resource Group myResourceGroup Name for the new resource group in which you 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 -.
    Region Preferred region Select a region that's near you or near other services that your functions can access. Unsupported regions aren't displayed. For more information, see View currently supported regions.
    Runtime stack Preferred language Choose one of the supported language runtime stacks. In-portal editing using Visual Studio Code for the Web is currently only available for Node.js, PowerShell, and Python apps. C# class library and Java functions must be developed locally.
    Version Language version Choose a supported version of your language runtime stack.
    Instance size Default Determines the amount of instance memory allocated for each instance of your app. For more information, see Instance sizes.
  5. On the Storage page, accept the default behavior of creating a new default host storage account or choose to use an existing storage account.