An administrator needs to import of data from an on-premises Windows Server to an Azure Storage account using the Azure Import/Export service. The administrator has purchased three internal 3.5-inch SATA hard drives to perform the transfer. Which of the following tasks must the administrator perform to prepare the drives and configure the import job? (Select TWO)
- Format the hard drives with the NTFS file system.Answer
- BFormat the hard drives with the exFAT file system.
- Run the WAImportExport tool to copy the data and generate the journal files.Answer
- DUpload the BitLocker recovery keys to a secure Azure Key Vault.
Answer
Formatting the hard drives with the NTFS file system and running the WAImportExport tool to copy the data and generate the journal files are correct.
To import data using the Azure Import/Export service, you must first format the drives using the NTFS file system. Then, you run the WAImportExport tool to copy the source data to the drives. The tool automatically encrypts the drives using BitLocker and outputs a journal (.jrn) file for each drive. This journal file contains the drive information and the BitLocker keys needed by Azure to decrypt the drive once it is shipped and received.
Step-by-Step Solution
Key Concept
Azure Import/Export drive preparation prerequisites and workflow