Skip to content

Commit 851ddd9

Browse files
authored
Merge pull request #78986 from alkohli/patch-446
Feedback from Mohit
2 parents a3e6b25 + 9cc201c commit 851ddd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
services: storage
66
ms.service: storage
77
ms.topic: article
8-
ms.date: 05/31/2019
8+
ms.date: 06/06/2019
99
ms.author: alkohli
1010
ms.subservice: common
1111
---
@@ -53,7 +53,7 @@ Perform the following steps to prepare the drives.
5353
6. To prepare the disk, run the following command. **Depending on the data size, this may take several hours to days.**
5454

5555
```
56-
./WAImportExport.exe PrepImport /j:<journal file name> /id:session#<session number> /t:<Drive letter> /bk:<BitLocker key> /srcdir:<Drive letter>:\ /dstdir:<Container name>/ /blobtype:<BlockBlob or PageBlob> /skipwrite /enablecontentmd5
56+
./WAImportExport.exe PrepImport /j:<journal file name> /id:session#<session number> /t:<Drive letter> /bk:<BitLocker key> /srcdir:<Drive letter>:\ /dstdir:<Container name>/ /blobtype:<BlockBlob or PageBlob> /skipwrite
5757
```
5858
A journal file is created in the same folder where you ran the tool. Two other files are also created - an *.xml* file (folder where you run the tool) and a *drive-manifest.xml* file (folder where data resides).
5959

@@ -69,7 +69,7 @@ Perform the following steps to prepare the drives.
6969
|/dstdir: |The name of the destination container in Azure Storage. |
7070
|/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`. |
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. |
72-
|/enablecontentmd5: |The option when enabled, ensures that MD5 is computed during the upload of block blobs to Azure. |
72+
|/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.
7474

7575
> [!IMPORTANT]

0 commit comments

Comments
 (0)