Skip to content

Commit a89b15f

Browse files
Edits
1 parent d24acdb commit a89b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-retry-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following table lists the properties of the [RetryOptions](/dotnet/api/azure
3131
| [NetworkTimeout](/dotnet/api/azure.core.retryoptions.networktimeout) | [TimeSpan](/dotnet/api/system.timespan) | The timeout applied to an individual network operation. | 100 seconds |
3232

3333
> [!NOTE]
34-
> `StorageClientOptions` bumps up the default value for `MaxRetries` from 3 to 5. All other properties have the same default values as `RetryOptions`.
34+
> `StorageClientOptions` increases the default value for `MaxRetries` from 3 to 5. All other properties have the same default values as `RetryOptions`.
3535
3636
In this code example for Blob Storage, we configure the retry options in the `Retry` property of the [BlobClientOptions](/dotnet/api/azure.storage.blobs.blobclientoptions) class. Then, we create a client object for the blob service using the retry options.
3737

0 commit comments

Comments
 (0)