Skip to content

Commit 87ba9d1

Browse files
committed
Add clarity
1 parent ac44040 commit 87ba9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/authentication/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The Azure Identity library for .NET allows you to authenticate via managed ident
8888
- Use `DefaultAzureCredential` with environment variable `AZURE_TOKEN_CREDENTIALS` set to `ManagedIdentityCredential`
8989

9090
> [!IMPORTANT]
91-
> This approach only operates in resilient mode when using `Azure.Identity` package version 1.16.0 or later. In earlier versions, this approach operates in "fail fast" mode.
91+
> This `DefaultAzureCredential` approach only operates in resilient mode when using `Azure.Identity` package version 1.16.0 or later. In earlier versions, this approach operates in "fail fast" mode.
9292
9393
- Use `ChainedTokenCredential` containing `ManagedIdentityCredential`
9494
- Use `ManagedIdentityCredential` directly

0 commit comments

Comments
 (0)