-
Notifications
You must be signed in to change notification settings - Fork 1.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 #5696
Comments
Looks like #7069 will handle the NO_PROXY env var. Do we know how we expect Azure Core to respect the below?
For AZURE_TELEMETRY_DISABLED, am guessing we disable the user agent policy? cc @xirzec |
Question, Is AZURE_CLOUD the same as AZURE_AUTHORITY_HOST? |
To update this with an answer to my question, I asked my question above to @schaabs over a private channel and his response was more or less the following:
|
Is there an update as to when support for AZURE_SUBSCRIPTION_ID will be supported? |
@Marcus-James-Adams can you help me to understand where you would like to use It's not clear to me how Core / Identity can make use of this information at the moment. |
Hi @joshfree, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
The environment variables identified in https://github.com/Azure/azure-sdk/blob/master/_includes/tables/environment_variables.md such as
HTTP_PROXYHTTPS_PROXYMSI_ENDPOINTMSI_SECRETAZURE_USERNAMEAZURE_PASSWORDAZURE_CLIENT_CERTIFICATE_PATHAZURE_CLIENT_IDAZURE_CLIENT_SECRETAZURE_TENANT_IDAZURE_LOG_LEVELManagedIdentityCredential - 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: