-
Notifications
You must be signed in to change notification settings - Fork 66
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
Request: How to get the list of location code to use? #141
Comments
I get it also looking at other posts. I think documentation could be updated with the following link, on "location" parameter comments with : https://azure.microsoft.com/en-gb/global-infrastructure/locations/ or I mistaken. |
if you run the Powershell azure command : az account list-locations -o table you get something like below (note that the location parameter is the Name column) : East US eastus (US) East US |
@JPialot76 the documentation states where you can obtain the codes, see here - https://azure.microsoft.com/en-gb/global-infrastructure/services/?products=logic-apps,automation®ions=all You don't have to use the short name, you can use the full name of the location, just make sure it supports Logic Apps and Azure Automation. |
@JPialot76 are you sorted now? Thanks |
Hello,
I tried the link given in description of the command parameter "location" but I am not able to see any code list from there.
Is there a way to get a list of usable location I can have with my azure ad to be able to install this application?
Many thanks
The text was updated successfully, but these errors were encountered: