Skip to content

Commit 24d35c3

Browse files
authored
Merge pull request #107467 from alkohli/patch-593
Updated info on AES 256-bit encryption and external protector
2 parents 5f6d937 + 3a576db commit 24d35c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/common/storage-import-export-service.md

Lines changed: 5 additions & 5 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/07/2019
8+
ms.date: 03/15/2020
99
ms.author: alkohli
1010
ms.subservice: common
1111
---
@@ -35,7 +35,7 @@ Import/Export service uses the following components:
3535
- **WAImportExport tool**: This is a command-line tool that does the following:
3636
- Prepares your disk drives that are shipped for import.
3737
- Facilitates copying your data to the drive.
38-
- Encrypts the data on the drive with BitLocker.
38+
- Encrypts the data on the drive with AES 256-bit BitLocker. You can use an external key protector to protect your BitLocker key.
3939
- Generates the drive journal files used during import creation.
4040
- Helps identify numbers of drives needed for export jobs.
4141

@@ -127,17 +127,17 @@ The Azure Import/Export service supports copying data to and from all Azure stor
127127

128128
## Security considerations
129129

130-
The data on the drive is encrypted using BitLocker Drive Encryption. This encryption protects your data while it is in transit.
130+
The data on the drive is encrypted using AES 256-bit BitLocker Drive Encryption. This encryption protects your data while it is in transit.
131131

132132
For import jobs, drives are encrypted in two ways.
133133

134134

135135
- Specify the option when using *dataset.csv* file while running the WAImportExport tool during drive preparation.
136136

137-
- Enable BitLocker encryption manually on the drive. Specify the encryption key in the *driveset.csv* when running WAImportExport tool command line during drive preparation.
137+
- Enable BitLocker encryption manually on the drive. Specify the encryption key in the *driveset.csv* when running WAImportExport tool command line during drive preparation. The BitLocker encryption key can be further protected by using an external key protector (also known as the Microsoft managed key) or a customer managed key. For more information, see how to [Use a customer mananged key to protect your BitLocker key](storage-import-export-encryption-key-portal.md).
138138

139139

140-
For export jobs, after your data is copied to the drives, the service encrypts the drive using BitLocker before shipping it back to you. The encryption key is provided to you via the Azure portal.
140+
For export jobs, after your data is copied to the drives, the service encrypts the drive using BitLocker before shipping it back to you. The encryption key is provided to you via the Azure portal. The drive needs to be unlocked using the WAImporExport tool using the key.
141141

142142
[!INCLUDE [storage-import-export-delete-personal-info.md](../../../includes/storage-import-export-delete-personal-info.md)]
143143

0 commit comments

Comments
 (0)