Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get list of region programmatically in Window Azure

Tags:

azure

One query about window azure that is there any way to get programmatic list of Regions which we are choosing while hosting our app?

enter image description here

like image 546
Arun Rana Avatar asked Dec 05 '22 17:12

Arun Rana


1 Answers

CLI

az account list-locations

Powershell

Get-AzLocation
like image 170
Eric Jarvi Avatar answered Mar 07 '23 08:03

Eric Jarvi