diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index e402c546a..6520bcf9b 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -162,6 +162,12 @@ It reads configuration from these variables, in the following order: - `AZURE_CLIENT_ID`: client ID of the application the user will authenticate to - `AZURE_USERNAME`: a username (usually an email address) - `AZURE_PASSWORD`: the user's password +4. Workload Identity + - `AZURE_TENANT_ID`: Tenant to authenticate in. + - `AZURE_CLIENT_ID`: Client ID of the application the user will authenticate to. + - `AZURE_FEDERATED_TOKEN_FILE`: Path to projected service account token file. + - `AZURE_AUTHORITY_HOST`: Authority of an Azure Active Directory endpoint (default: login.microsoftonline.com). + ##### Env Auth: 2. Managed Service Identity Credentials