| author | ggailey777 | |
|---|---|---|
| ms.service | azure-functions | |
| ms.custom |
|
|
| ms.topic | include | |
| ms.date | 05/12/2024 | |
| ms.author | glenga |
-
If you haven't done so already, sign in to Azure:
az loginThe
az logincommand signs you into your Azure account. -
Use the
az functionapp list-flexconsumption-locationscommand 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