azblob: doc

Signed-off-by: Tareq Sharafy <tareq.sha@gmail.com>
This commit is contained in:
Tareq Sharafy 2023-05-13 10:26:14 +03:00 committed by Nick Craig-Wood
parent 7db26b6b34
commit 1f887f7ba0

View file

@ -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