Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Need support for Azure Government #61

Open
voor opened this issue Jun 21, 2020 · 1 comment
Open

Need support for Azure Government #61

voor opened this issue Jun 21, 2020 · 1 comment

Comments

@voor
Copy link

voor commented Jun 21, 2020

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

@cballarddevacp
Copy link

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants