-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure.Core & Azure.Identity needs to be updated to support env vars #5967
Comments
We will target this work for the December preview |
Hi @tzhanl - how is the Identity environment variable support progressing? Do you need any assistance from @g2vinay or @jianghaolu? Thanks 😄 |
@joshfree we sorted out all the env vars fro all languages.
Next step: For each EnvVars that not used anywhere, identify where they should be called, and update related code, add unit test and send PR. |
@joshfree Besides Azure_Client_ID, still more variables. Details:
|
@tzhanl |
The environment variables identified in https://github.com/Azure/azure-sdk/blob/master/_includes/tables/environment_variables.md such as
ManagedIdentityCredential - AZURE_CLIENT_ID
TokenCredentialOptions - AZURE_AUTHORITY_HOST
need to be reviewed, supported, and tested for our Azure.Core and Azure.Identity. There are at least some of these not currently properly supported, such as AZURE_CLOUD for example.
The text was updated successfully, but these errors were encountered: