You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fixesjeffhollan#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 fixesjeffhollan#66 and jeffhollan#67
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.
The text was updated successfully, but these errors were encountered: