Has anyone resolved this error when working with r...
# azure
h
Has anyone resolved this error when working with resources in an alternative (government) Azure cloud?
Confidential Client is not supported in Cross Cloud request.
I've tried setting an
AZURE_AUTHORITY_HOST="<https://login.microsoftonline.us>"
environment variable to no effect. 🙁
t
Did you set the
environment
config (or
ARM_ENVIRONMENT
env var)?
`environment`: (Optional) The Cloud Environment which should be used. Possible values are public, usgovernment, german, and china. Defaults to public. It can also be sourced from the following environment variable: ARM_ENVIRONMENT
h
Thanks for that, setting the environment config did the trick! I've no idea how I managed to remove that line, but it's an important one 😄
🎉 1