Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.15 KB

File metadata and controls

21 lines (16 loc) · 1.15 KB
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 02/20/2026
ms.author glenga

This project is configured to use azd to deploy this project to a new function app in a Flex Consumption plan in Azure. The project includes a set of Bicep files that azd uses to create a secure deployment to a Flex Consumption plan that follows best practices.

  1. In Visual Studio Code, press F1 to open the command palette. Search for and run the command Azure Developer CLI (azd): Package, Provision and Deploy (up). Then, sign in by using your Azure account.

  2. When prompted, select these required deployment parameters:

    Parameter Description
    Azure subscription Subscription in which your resources are created.
    Azure location Azure region in which to create the resource group that contains the new Azure resources. Only regions that currently support the Flex Consumption plan are shown.
    vnetEnabled False to skip creating virtual network resources, which simplifies the deployment.

    After the command completes successfully, you see links to the resources you created.