PrepAway - Latest Free Exam Questions & Answers

You plan to use the Azure Import/Export service to copy files to a storage account.

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.

A. a driveset CSV file

B. a JSON configuration file
C. a PowerShell PS1 file
D. an XML manifest file

E. a dataset CSV file

Explanation:
A: Modify the driveset.csv file in the root folder where the tool resides.

E: 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

References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-data-to-files

One Comment on “You plan to use the Azure Import/Export service to copy files to a storage account.

  1. testiclayhangs says:

    Correct:

    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 similar to the following examples
    BasePath,DstItemPathOrPrefix,ItemType,Disposition,MetadataFile,PropertiesFile “F:\MyFolder1\MyFile1.txt”,”MyAzureFileshare1/MyFile1.txt”,file,rename,”None”,None

    Modify the driveset.csv file in the root folder where the tool resides. Add entries in the driveset.csv file similar to the following examples. The driveset file has the list of disks and corresponding drive letters so that the tool can correctly pick the list of disks to be prepared.
    DriveLetter,FormatOption,SilentOrPromptOnFormat,Encryption,ExistingBitLockerKey
    H,Format,SilentMode,Encrypt,




    1



    0

Leave a Reply