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: support/azure/azure-storage/blobs/connectivity/invalid-blob-or-block-content-or-invalid-block-list.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The block length that was specified in the [Put Block](/rest/api/storageservices
38
38
39
39
- The application or client specified a block size that isn't supported.
40
40
41
-
- The size of the block is larger than the maximum allowed block size. To find the block size limits for different versions of the Blob Service REST API, see the [Remarks](/rest/api/storageservices/put-block#remarks) section of the "Put Block" reference article.
41
+
- The size of the block is larger than the maximum allowed block size. To find the block size limits for different versions of the Blob Service REST API, see the [Remarks](/rest/api/storageservices/put-block#remarks) section of the `Put Block` reference article.
42
42
43
43
- When you tried to upload blocks of data by using more than one application, there were uncommitted blocks that had inconsistent block lengths. This situation occurs because different applications use different lengths to upload data, or because a previous upload failed.
44
44
@@ -48,7 +48,7 @@ Remove the uncommitted blocks by implementing one of these solutions.
48
48
49
49
### Solution 1: Wait for garbage collection to pick up the uncommitted data
50
50
51
-
Wait seven days for the uncommitted block list to be cleaned up by garbage collection.
51
+
Wait seven days for the uncommitted blocklist to be cleaned up by garbage collection.
52
52
53
53
### Solution 2: Use a dummy blob to make the data transfer
54
54
@@ -58,13 +58,13 @@ Use the Azure Storage SDK to transfer the data by using a dummy blob. To do this
58
58
59
59
1. Transfer the blob by using an unblocked transfer.
60
60
61
-
### Solution 3: Commit the uncommitted block list by using the Azure Storage SDK
61
+
### Solution 3: Commit the uncommitted blocklist by using the Azure Storage SDK
62
62
63
63
Use the Azure Storage SDK to commit the uncommitted block list and clean up the blob. To do this, follow these steps:
64
64
65
-
1. Retrieve the uncommitted block list by making a [Get Block List](/rest/api/storageservices/get-block-list) URI request in which the `blocklisttype` URI parameter is set to `uncommitted`.
65
+
1. Retrieve the uncommitted blocklist by making a [Get Block List](/rest/api/storageservices/get-block-list) URI request in which the `blocklisttype` URI parameter is set to `uncommitted`.
66
66
67
-
1. Commit the block list by using the [Put Block List](/rest/api/storageservices/put-block-list) URI request.
67
+
1. Commit the blocklist by using the [Put Block List](/rest/api/storageservices/put-block-list) URI request.
0 commit comments