Skip to content

Commit ab3e7e0

Browse files
authored
Increase Acrolinx score
1 parent 04166e8 commit ab3e7e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/azure/azure-storage/blobs/connectivity/invalid-blob-or-block-content-or-invalid-block-list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The block length that was specified in the [Put Block](/rest/api/storageservices
3838

3939
- The application or client specified a block size that isn't supported.
4040

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.
4242

4343
- 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.
4444

@@ -48,7 +48,7 @@ Remove the uncommitted blocks by implementing one of these solutions.
4848

4949
### Solution 1: Wait for garbage collection to pick up the uncommitted data
5050

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.
5252

5353
### Solution 2: Use a dummy blob to make the data transfer
5454

@@ -58,13 +58,13 @@ Use the Azure Storage SDK to transfer the data by using a dummy blob. To do this
5858

5959
1. Transfer the blob by using an unblocked transfer.
6060

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
6262

6363
Use the Azure Storage SDK to commit the uncommitted block list and clean up the blob. To do this, follow these steps:
6464

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`.
6666

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.
6868

6969
1. Delete the blob.
7070

0 commit comments

Comments
 (0)