Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DefaultAzureCredentialEnvVars type

Package:
@azure/identity

The commonly supported environment variables for the DefaultAzureCredential class.

type DefaultAzureCredentialEnvVars =
 | "AZURE_TOKEN_CREDENTIALS"
 | "AZURE_CLIENT_ID"
 | "AZURE_TENANT_ID"
 | "AZURE_CLIENT_SECRET"
 | "AZURE_CLIENT_CERTIFICATE_PATH"
 | "AZURE_CLIENT_CERTIFICATE_PASSWORD"
 | "AZURE_ADDITIONALLY_ALLOWED_TENANTS"
 | "AZURE_CLIENT_SEND_CERTIFICATE_CHAIN"
 | "AZURE_FEDERATED_TOKEN_FILE"