Skip to content

Commit 6a3c4f1

Browse files
Update docs/azure/sdk/authentication/best-practices.md
Co-authored-by: Christopher Scott <[email protected]>
1 parent 87ba9d1 commit 6a3c4f1

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
@@ -92,7 +92,7 @@ The Azure Identity library for .NET allows you to authenticate via managed ident
9292
9393
- Use `ChainedTokenCredential` containing `ManagedIdentityCredential`
9494
- Use `ManagedIdentityCredential` directly
95-
- **How it works:** The time interval between retries starts at 0.8 seconds, and a maximum of five retries are attempted, by default. This mode is optimized for resilience but introduces potentially unwanted delays in the development inner loop.
95+
- **How it works:** The time interval between retries starts at 0.8 seconds, and a maximum of five retries are attempted with exponential backoff, by default. This mode is optimized for resilience but introduces potentially unwanted delays in the development inner loop.
9696

9797
To change the default retry settings, use the <xref:Azure.Core.ClientOptions.Retry%2A> property on `DefaultAzureCredentialOptions` or `ManagedIdentityCredentialOptions`. For example, retry a maximum of three times, with a starting interval of 0.5 seconds:
9898

0 commit comments

Comments
 (0)