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
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please add support for different endpoints for Azure blob storage, allow passing in a connection string or similar will accomplish this.
The text was updated successfully, but these errors were encountered: