-
Notifications
You must be signed in to change notification settings - Fork 3.2k
equivalent to azure location list
in new CLI
#1520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
never mind - I found |
"az account list-locations -o table"
|
I prefer
|
Sort by DisplayName:
|
You can also allow a user to select the location using fzf, i.e. to make an interactive chooser for location: Pulled from http://github.com/elasticdotventures/_b00t_
|
@elasticdotventures, thanks for the suggestion. |
If you run
The API version has been bumped from In
|
Start powershell-core
Then combine az and pwsh command's:
Will output:
|
It was sometimes helpful in ye olde Azure CLI to list available locations, their short names, and their features with the
azure location list
command. Would it be possible to include an equivalent here?An informational page might be sufficient too. I found this page, but it's not particularly developer-friendly and it doesn't include short names.
Thank you!
The text was updated successfully, but these errors were encountered: