Skip to content

Commit 7f9b732

Browse files
Edits
1 parent 3d82ad8 commit 7f9b732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following table shows the available options for the checksum algorithm, as d
9797
| StorageCrc64 | 3 | Azure Storage custom 64-bit CRC. |
9898

9999
> [!NOTE]
100-
> If the checksum specified in the request doesn't match the checksum calculated by the service, the upload operation fails. In .NET, a `RequestFailedException` is thrown with status code 400 and error code `Md5Mismatch` or `Crc64Mismatch`, depending on which algorithm is used.
100+
> If the checksum specified in the request doesn't match the checksum calculated by the service, the upload operation fails. The operation is not retried when using a default retry policy. In .NET, a `RequestFailedException` is thrown with status code 400 and error code `Md5Mismatch` or `Crc64Mismatch`, depending on which algorithm is used.
101101
102102
### Upload with index tags
103103

0 commit comments

Comments
 (0)