Skip to content

Commit

Permalink
add more regions for function-apps forto flex-consumption sku
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyc committed Feb 9, 2024
1 parent 8cd84f1 commit 2f51e63
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/azure-cli/azure/cli/command_modules/appservice/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -5071,7 +5071,38 @@ def list_flexconsumption_locations(cmd):
},
{
"name": "northeurope"
}
},
{
"name": "eastasia"
},
{
"name": "centralus"
},
{
"name": "uksouth"
},
{
"name": "eastus2"
},
{
"name": "australiaeast"
},
{
"name": "westus3"
},
{
"name": "southcentralus"
},
{
"name": "swedencentral"
},
{
"name": "southeastasia"
},
{
"name": "northcentralus(stage)"
},

]


Expand Down

0 comments on commit 2f51e63

Please sign in to comment.