microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

Need support for Azure Government #61

Open voor opened 4 years ago

voor commented 4 years ago

Please add support for different endpoints for Azure blob storage, allow passing in a connection string or similar will accomplish this.

cballarddevacp commented 1 year ago

Any workarounds to get this to work for Azure Government?

Need an option to switch from Azure to Azure Government by passing the a parameter : Something like: OPTIONS: --azurecloudenvironment value Azure Cloud Environment (Azure or AzureUSGovernment)

if [[ $azurecloudenvironment -eq AzureUSGovernment ]] then EndpointSuffix="core.usgovcloudapi.net" else EndpointSuffix="core.windows.net"