Skip to content

Commit c7c4124

Browse files
authored
Updated to AES 256-bit encryption
JEDI changes
1 parent 71170fc commit c7c4124

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

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

Lines changed: 2 additions & 12 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: 07/18/2019
8+
ms.date: 03/12/2020
99
ms.author: alkohli
1010
ms.subservice: common
1111
---
@@ -137,17 +137,7 @@ Max Page Blob size is 8TB.
137137

138138

139139
### Does Azure Import/Export support AES-256 encryption?
140-
Azure Import/Export service uses AES-128 bitlocker encryption by default. You can change this to AES-256 by manually encrypting with bitlocker before the data is copied.
141-
142-
- If using [WAImportExport V1](https://download.microsoft.com/download/0/C/D/0CD6ABA7-024F-4202-91A0-CE2656DCE413/WaImportExportV1.zip), below is a sample command
143-
```
144-
WAImportExport PrepImport /sk:<StorageAccountKey> /csas:<ContainerSas> /t: <TargetDriveLetter> [/format] [/silentmode] [/encrypt] [/bk:<BitLockerKey>] [/logdir:<LogDirectory>] /j:<JournalFile> /id:<SessionId> /srcdir:<SourceDirectory> /dstdir:<DestinationBlobVirtualDirectory> [/Disposition:<Disposition>] [/BlobType:<BlockBlob|PageBlob>] [/PropertyFile:<PropertyFile>] [/MetadataFile:<MetadataFile>]
145-
```
146-
- If using [WAImportExport V2](https://www.microsoft.com/download/details.aspx?id=55280) specify "AlreadyEncrypted" and supply the key in the driveset CSV.
147-
```
148-
DriveLetter,FormatOption,SilentOrPromptOnFormat,Encryption,ExistingBitLockerKey
149-
G,AlreadyFormatted,SilentMode,AlreadyEncrypted,060456-014509-132033-080300-252615-584177-672089-411631 |
150-
```
140+
Yes. Azure Import/Export service uses AES-256 BitLocker encryption.
151141

152142
## Next steps
153143

0 commit comments

Comments
 (0)