Skip to content

Commit ac44040

Browse files
committed
Wording tweak
1 parent e379e2d commit ac44040

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
@@ -85,7 +85,7 @@ The Azure Identity library for .NET allows you to authenticate via managed ident
8585

8686
- **When to use:** For production scenarios where resilience is important
8787
- **How to activate:** Take one of the following approaches:
88-
- Use `DefaultAzureCredential` with `AZURE_TOKEN_CREDENTIALS` environment variable set to `ManagedIdentityCredential`.
88+
- Use `DefaultAzureCredential` with environment variable `AZURE_TOKEN_CREDENTIALS` set to `ManagedIdentityCredential`
8989

9090
> [!IMPORTANT]
9191
> 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.

0 commit comments

Comments
 (0)