Skip to content
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

Clouds other than "AzureCloud" are not supported. #67

Open
ascott18 opened this issue Sep 16, 2019 · 0 comments
Open

Clouds other than "AzureCloud" are not supported. #67

ascott18 opened this issue Sep 16, 2019 · 0 comments

Comments

@ascott18
Copy link

Anything other Azure clouds than the primary public "AzureCloud" are not supported. This is due to the hardcoding of URL https://management.azure.com in AzureResourceCollector.cs.

This makes it impossible to use this tool on other clouds. "AzureUSGovernment", "AzureStack", "AzureGermanCloud", "AzureChinaCloud", and so on. Please add a parameter that allows for switching the URL of the management API at the very least.

mehmetseckin pushed a commit to mehmetseckin/LogicAppTemplateCreator that referenced this issue May 12, 2021
Added an exhaustive list of regions including regions outside AzureCloud, such as US Gov, US DoD, Germany etc.

The list is a collation of the following:

* az account list-locations
* data that supports the [Azure Regions Interactive Map on build5nines](https://build5nines.com/map-azure-regions/)

Potentially fixes jeffhollan#66 and jeffhollan#67
mehmetseckin added a commit to mehmetseckin/LogicAppTemplateCreator that referenced this issue May 12, 2021
Added an exhaustive list of regions including regions outside AzureCloud, such as US Gov, US DoD, Germany etc.

The list is a collation of the following:

* az account list-locations
* data that supports the [Azure Regions Interactive Map on build5nines](https://build5nines.com/map-azure-regions/)

Potentially fixes jeffhollan#66 and jeffhollan#67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant