What should you do?

You need to move the blueprint files to Azure.
What should you do?
A. Use the Azure Import/Export service.
B. Use Azure Storage Explorer to copy the files.
C. Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.
D. Generate an access key. Map a drive, and then copy the files by using File Explorer.

microsoft-exams

One thought on “What should you do?

  1. B should be correct

    Requirements:

    1. Move the existing product blueprint files to Azure Blob storage
    2. Copy the blueprint files to Azure over the internet
    3. Ensure that the blueprint files are stored in the archive storage tier.
    4. Ensure that partner access to the blueprint files is secured and temporary

    Possible answers:

    A. Use the Azure Import/Export service

    This only makes sense when moving large amounts of data. There is no hint for that, so I would rule it out.

    B. Use Azure Storage Explorer to copy the files

    This would allow for (1) to copy files to a blob container, it would use the internet (2, stupid requirement). You can change the access tier from storage explorer of an existing storage account (3) and you are able to create a SAS token that fulfills (4).

    C. Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.

    Requirment (1) says we need to store it in a blob storage. So this can’t be mapped and can be ruled out.

    D. Generate an access key. Map a drive, and then copy the files by using File Explorer.

    Doesn’t fullfill (1), …

    Conclusion:

    Answer B should be correct

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.