Skip to content

Commit 15e6c5a

Browse files
authored
Merge pull request #108856 from priestlg/gdpImportExport-032320
Updated Import/Export documentation based on bug list
2 parents 61b3397 + 276d526 commit 15e6c5a

7 files changed

+164
-176
lines changed
135 KB
Loading

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

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.author: alkohli
1010
ms.subservice: common
1111
---
1212
# Use the Azure Import/Export service to export data from Azure Blob storage
13+
1314
This article provides step-by-step instructions on how to use the Azure Import/Export service to securely export large amounts of data from Azure Blob storage. The service requires you to ship empty drives to the Azure datacenter. The service exports data from your storage account to the drives and then ships the drives back.
1415

1516
## Prerequisites
@@ -21,12 +22,12 @@ You must:
2122
- Have at least one Azure Storage account. See the list of [Supported storage accounts and storage types for Import/Export service](storage-import-export-requirements.md). For information on creating a new storage account, see [How to Create a Storage Account](storage-account-create.md).
2223
- Have adequate number of disks of [Supported types](storage-import-export-requirements.md#supported-disks).
2324
- Have a FedEx/DHL account. If you want to use a carrier other than FedEx/DHL, contact Azure Data Box Operations team at `[email protected]`.
24-
- The account must be valid, should have balance, and must have return shipping capabilities.
25-
- Generate a tracking number for the export job.
26-
- Every job should have a separate tracking number. Multiple jobs with the same tracking number are not supported.
27-
- If you do not have a carrier account, go to:
28-
- [Create a FedEX account](https://www.fedex.com/en-us/create-account.html), or
29-
- [Create a DHL account](http://www.dhl-usa.com/en/express/shipping/open_account.html).
25+
- The account must be valid, should have balance, and must have return shipping capabilities.
26+
- Generate a tracking number for the export job.
27+
- Every job should have a separate tracking number. Multiple jobs with the same tracking number are not supported.
28+
- If you do not have a carrier account, go to:
29+
- [Create a FedEX account](https://www.fedex.com/en-us/create-account.html), or
30+
- [Create a DHL account](http://www.dhl-usa.com/en/express/shipping/open_account.html).
3031

3132
## Step 1: Create an export job
3233

@@ -52,7 +53,7 @@ Perform the following steps to create an export job in the Azure portal.
5253

5354
![Basics](./media/storage-import-export-data-from-blobs/export-from-blob3.png)
5455

55-
3. In **Job details**:
56+
5. In **Job details**:
5657

5758
- Select the storage account where the data to be exported resides. Use a storage account close to where you are located.
5859
- The dropoff location is automatically populated based on the region of the storage account selected.
@@ -74,8 +75,7 @@ Perform the following steps to create an export job in the Azure portal.
7475
> [!NOTE]
7576
> If the blob to be exported is in use during data copy, Azure Import/Export service takes a snapshot of the blob and copies the snapshot.
7677
77-
78-
4. In **Return shipping info**:
78+
6. In **Return shipping info**:
7979

8080
- Select the carrier from the dropdown list. If you want to use a carrier other than FedEx/DHL, choose an existing option from the dropdown. Contact Azure Data Box Operations team at `[email protected]` with the information regarding the carrier you plan to use.
8181
- Enter a valid carrier account number that you have created with that carrier. Microsoft uses this account to ship the drives back to you once your export job is complete.
@@ -84,7 +84,7 @@ Perform the following steps to create an export job in the Azure portal.
8484
> [!TIP]
8585
> Instead of specifying an email address for a single user, provide a group email. This ensures that you receive notifications even if an admin leaves.
8686
87-
5. In **Summary**:
87+
7. In **Summary**:
8888

8989
- Review the details of the job.
9090
- Make a note of the job name and provided Azure datacenter shipping address for shipping disks to Azure.
@@ -94,38 +94,40 @@ Perform the following steps to create an export job in the Azure portal.
9494
9595
- Click **OK** to complete export job creation.
9696

97-
## (Optional) Step 2:
98-
## Step 3: Ship the drives
97+
<!--## (Optional) Step 2: -->
98+
99+
## Step 2: Ship the drives
99100

100101
If you do not know the number of drives you need, go to the [Check the number of drives](#check-the-number-of-drives). If you know the number of drives, proceed to ship the drives.
101102

102103
[!INCLUDE [storage-import-export-ship-drives](../../../includes/storage-import-export-ship-drives.md)]
103104

104-
## Step 4: Update the job with tracking information
105+
## Step 3: Update the job with tracking information
105106

106107
[!INCLUDE [storage-import-export-update-job-tracking](../../../includes/storage-import-export-update-job-tracking.md)]
107108

109+
## Step 4: Receive the disks
108110

109-
## Step 5: Receive the disks
110111
When the dashboard reports the job is complete, the disks are shipped to you and the tracking number for the shipment is available on the portal.
111112

112113
1. After you receive the drives with exported data, you need to get the BitLocker keys to unlock the drives. Go to the export job in the Azure portal. Click **Import/Export** tab.
113-
2. Select and click your export job from the list. Go to **BitLocker keys** and copy the keys.
114+
2. Select and click your export job from the list. Go to **Encryption** and copy the keys.
114115

115-
![View BitLocker keys for export job](./media/storage-import-export-service/export-job-bitlocker-keys.png)
116+
![View BitLocker keys for export job](./media/storage-import-export-service/export-job-bitlocker-keys-02.png)
116117

117118
3. Use the BitLocker keys to unlock the disks.
118119

119-
The export is complete. At this time, you can delete the job or it automatically gets deleted after 90 days.
120+
The export is complete.
120121

121-
## Step 6: Unlock the disks
122+
## Step 5: Unlock the disks
122123

123-
Use the following command to unlock the drive:
124+
If using version 1.4.0.300 of the WAImportExport tool, use the following command to unlock the drive:
124125

125126
`WAImportExport Unlock /externalKey:<BitLocker key (base 64 string) copied from journal (*.jrn*) file>`
126127

128+
If using earlier versions of the tool, use the BitLocker dialog to unlock the drive.
127129

128-
130+
At this time, you can delete the job or leave it. Jobs automatically get deleted after 90 days.
129131

130132
## Check the number of drives
131133

@@ -160,8 +162,8 @@ This *optional* step helps you determines the number of drives required for the
160162

161163
The following example demonstrates the `PreviewExport` command:
162164

163-
```
164-
WAImportExport.exe PreviewExport /sn:bobmediaaccount /sk:VkGbrUqBWLYJ6zg1m29VOTrxpBgdNOlp+kp0C9MEdx3GELxmBw4hK94f7KysbbeKLDksg7VoN1W/a5UuM2zNgQ== /ExportBlobListFile:C:\WAImportExport\mybloblist.xml /DriveSize:500GB
165+
```powershell
166+
WAImportExport.exe PreviewExport /sn:bobmediaaccount /sk:VkGbrUqBWLYJ6zg1m29VOTrxpBgdNOlp+kp0C9MEdx3GELxmBw4hK94f7KysbbeKLDksg7VoN1W/a5UuM2zNgQ== /ExportBlobListFile:C:\WAImportExport\mybloblist.xml /DriveSize:500GB
165167
```
166168

167169
The export blob list file may contain blob names and blob prefixes, as shown here:
@@ -179,7 +181,7 @@ The Azure Import/Export Tool lists all blobs to be exported and calculates how t
179181

180182
Here is an example of the output, with informational logs omitted:
181183

182-
```
184+
```powershell
183185
Number of unique blob paths/prefixes: 3
184186
Number of duplicate blob paths/prefixes: 0
185187
Number of nonexistent blob paths/prefixes: 1
@@ -190,7 +192,7 @@ Number of blobs that cannot be exported: 2
190192
Number of drives needed: 3
191193
Drive #1: blobs = 1, occupied space = 454.74 GB
192194
Drive #2: blobs = 3, occupied space = 441.37 GB
193-
Drive #3: blobs = 2, occupied space = 131.28 GB
195+
Drive #3: blobs = 2, occupied space = 131.28 GB
194196
```
195197

196198
## Examples of valid blob paths
@@ -209,5 +211,5 @@ The following table shows examples of valid blob paths:
209211

210212
## Next steps
211213

212-
* [View the job and drive status](storage-import-export-view-drive-status.md)
213-
* [Review Import/Export requirements](storage-import-export-requirements.md)
214+
- [View the job and drive status](storage-import-export-view-drive-status.md)
215+
- [Review Import/Export requirements](storage-import-export-requirements.md)

0 commit comments

Comments
 (0)