You plan to use the Azure Import/Export service to copy files to a storage account.
Which two files should you create before you prepare the drives for the import job? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Click on the arrows to vote for the correct answer
A. B. C. D. E.DE
D: Modify the dataset.csv file in the root folder where the tool resides. Depending on whether you want to import a file or folder or both, add entries in the dataset.csv file
E: Modify the driveset.csv file in the root folder where the tool resides.
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-data-to-filesAzure Import/Export service is used to copy large amounts of data to Azure Blob Storage or Azure Files by shipping hard drives to an Azure datacenter. Before preparing the drives for the import job, you need to create two files: an XML manifest file and a dataset CSV file.
The XML manifest file contains information about the import job, such as the storage account name, container name, and the path to the dataset CSV file. The dataset CSV file contains the list of files to be imported and their corresponding metadata.
Option A is correct because you need to create an XML manifest file before you prepare the drives for the import job. This file describes the import job and provides the necessary details for the Azure Import/Export service to complete the import process.
Option B is also correct because you need to create a dataset CSV file before you prepare the drives for the import job. This file contains the list of files to be imported, along with their metadata, such as file size, date modified, and file name.
Option C is not correct because you do not need to create a JSON configuration file for the Azure Import/Export service.
Option D is not correct because you do not need to create a PowerShell PS1 file for the Azure Import/Export service.
Option E is not correct because there is no such file as a driveset CSV file for the Azure Import/Export service.
Therefore, the correct answers are A and B.