azblob: doc
Signed-off-by: Tareq Sharafy <tareq.sha@gmail.com>
This commit is contained in:
parent
7db26b6b34
commit
1f887f7ba0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue