Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 632 Bytes

File metadata and controls

22 lines (18 loc) · 632 Bytes
author ggailey777
ms.service azure-functions
ms.custom
build-2024
ms.topic include
ms.date 05/12/2024
ms.author glenga
  1. If you haven't done so already, sign in to Azure:

    az login
    

    The az login command signs you into your Azure account.

  2. Use the az functionapp list-flexconsumption-locations command to review the list of regions that currently support Flex Consumption in alphabetical order.

    az functionapp list-flexconsumption-locations --query "sort_by(@, &name)[].{Region:name}" -o table