[QUERY] Can't connect to Azure Government #967
Labels
azure-spring
All azure-spring related issues
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
client
This issue points to a problem in the data-plane of the library.
Milestone
I'm not sure if it's a question or an issue, so I'll try here first.
I have the following configuration to connect to a storage account queue in azure government
But I am getting the following error
Azure Identity => ERROR in getToken() call for scopes [https://storage.azure.com/.default]: AADSTS900382: Confidential Client is not supported in Cross Cloud request
How can I change the authorization host?
The only solution I found so far is to set the following environment variable.
AZURE_AUTHORITY_HOST=https://login.microsoftonline.us/
I am using version 4.0.0, any suggestions?
Thanks in advance.
The text was updated successfully, but these errors were encountered: