Skip to content

Commit 2f51e63

Browse files
committed
add more regions for function-apps forto flex-consumption sku
1 parent 8cd84f1 commit 2f51e63

File tree

1 file changed

+32
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+32
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/custom.py

+32-1
Original file line numberDiff line numberDiff line change
@@ -5071,7 +5071,38 @@ def list_flexconsumption_locations(cmd):
50715071
},
50725072
{
50735073
"name": "northeurope"
5074-
}
5074+
},
5075+
{
5076+
"name": "eastasia"
5077+
},
5078+
{
5079+
"name": "centralus"
5080+
},
5081+
{
5082+
"name": "uksouth"
5083+
},
5084+
{
5085+
"name": "eastus2"
5086+
},
5087+
{
5088+
"name": "australiaeast"
5089+
},
5090+
{
5091+
"name": "westus3"
5092+
},
5093+
{
5094+
"name": "southcentralus"
5095+
},
5096+
{
5097+
"name": "swedencentral"
5098+
},
5099+
{
5100+
"name": "southeastasia"
5101+
},
5102+
{
5103+
"name": "northcentralus(stage)"
5104+
},
5105+
50755106
]
50765107

50775108

0 commit comments

Comments
 (0)