-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
Description
The environment variables identified in https://github.com/Azure/azure-sdk/blob/master/_includes/tables/environment_variables.md such as
| Environment Variable | Purpose |
|---|---|
| Proxy Settings | |
| HTTP_PROXY | Proxy for HTTP connections |
| HTTPS_PROXY | Proxy for HTTPS connections |
| NO_PROXY | Hosts which must not use a proxy |
| Identity | |
| MSI_ENDPOINT | Azure AD MSI Credentials |
| MSI_SECRET | Azure AD MSI Credentials |
| AZURE_SUBSCRIPTION_ID | Azure subscription |
| AZURE_USERNAME | Azure username for U/P Auth |
| AZURE_PASSWORD | Azure password for U/P Auth |
| AZURE_CLIENT_CERTIFICATE_PATH | Azure Active Directory |
| AZURE_CLIENT_ID | Azure Active Directory |
| AZURE_CLIENT_SECRET | Azure Active Directory |
| AZURE_TENANT_ID | Azure Active Directory |
| AZURE_RESOURCE_GROUP | Azure Resource Group |
| AZURE_CLOUD | Name of the sovereign cloud |
| Pipeline Configuration | |
| AZURE_TELEMETRY_DISABLED | Disables telemetry |
| AZURE_LOG_LEVEL | Enable logging by setting a log level. |
| AZURE_TRACING_DISABLED | Disables tracing |
| AZURE_AUTHORITY_HOST | Azure Active Directory |
-
DefaultAzureCredential (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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.