You plan to use the Azure Import/Export service to copy on-premises data to an Azure storage account. You need to prepare the physical hard drives before shipping them to an Azure datacenter. Which command-line tool must you run on your local computer to prepare the drives?
- WAImportExport.exeAnswer
- BAzCopy
- CAzure Storage Explorer
- DData Box Disk Unlock tool
Answer
WAImportExport.exe
The WAImportExport tool is the official command-line utility used to prepare hard drives for the Azure Import/Export service. It copies data to the drive, encrypts it using BitLocker, and creates a journal file (.jrn) containing the drive information and folder structure, which is required to create the import job in Azure.
Step-by-Step Solution
Key Concept
Azure Import/Export drive preparation prerequisites and tools