Skip to content

Commit 4d0d4cb

Browse files
authored
Merge pull request #101093 from SumanthMarigowda-MSFT/patch-35
(Azure CXP)https://github.com/MicrosoftDocs/azure-docs/issues/45984
2 parents c7d1c30 + e22f5e3 commit 4d0d4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-import-export-data-to-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Perform the following steps to prepare the drives.
6767
|/bk: |The BitLocker key for the drive. Its numerical password from output of `manage-bde -protectors -get D:` |
6868
|/srcdir: |The drive letter of the disk to be shipped followed by `:\`. For example, `D:\`. |
6969
|/dstdir: |The name of the destination container in Azure Storage. |
70-
|/blobtype: |This option specifies the type of blobs you want to import the data to. For block blobs, this is `BlockBlob` and for page blobs, it is `PagaBlob`. |
70+
|/blobtype: |This option specifies the type of blobs you want to import the data to. For block blobs, this is `BlockBlob` and for page blobs, it is `PageBlob`. |
7171
|/skipwrite: |The option that specifies that there is no new data required to be copied and existing data on the disk is to be prepared. |
7272
|/enablecontentmd5: |The option when enabled, ensures that MD5 is computed and set as `Content-md5` property on each blob. Use this option only if you want to use the `Content-md5` field after the data is uploaded to Azure. <br> This option does not affect the data integrity check (that occurs by default). The setting does increase the time taken to upload data to cloud. |
7373
7. Repeat the previous step for each disk that needs to be shipped. A journal file with the provided name is created for every run of the command line.

0 commit comments

Comments
 (0)