You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure/sdk/authentication/best-practices.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Azure Identity library for .NET allows you to authenticate via managed ident
85
85
86
86
-**When to use:** For production scenarios where resilience is important
87
87
-**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`
89
89
90
90
> [!IMPORTANT]
91
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.
0 commit comments