Fix DefaultAzureCredential image syntax (#4678)

This commit is contained in:
Scott Addie 2023-05-31 13:24:37 -05:00 committed by GitHub
parent 1cda5b99f5
commit 8cc316191c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ See [Credential Classes](#credential-classes) for a complete listing of availabl
The `DefaultAzureCredential` attempts to authenticate via the following mechanisms, in this order, stopping when one succeeds:
![DefaultAzureCredential authentication flow][[default_azure_credential_auth_flow]]
![DefaultAzureCredential authentication flow][default_azure_credential_auth_flow]
1. **Environment** - The `DefaultAzureCredential` will read account information specified via [environment variables](#environment-variables) and use it to authenticate.
1. **Azure CLI** - If the developer has authenticated an account via the Azure CLI `az login` command, the `DefaultAzureCredential` will authenticate with that account.