You need to move the blueprint files to Azure.
What should you do?
You need to move the blueprint files to Azure.
What should you do?
To move blueprint files to Azure, using Azure Storage Explorer is the most appropriate method. Azure Storage Explorer is a standalone application that facilitates the easy management and transfer of Azure Storage data over the Internet. It supports various storage management functions, including copying files. Other methods like the Azure Import/Export service are more suited for transferring large amounts of data via physical shipments, and mapping a drive using access keys or SAS is less practical for this scenario.
Answer looks right to me. You must copy the blueprint files to Azure over the Internet, so Azure import/export is out. SMB (mapping file shares) does not support SAS/Access key authentication. Correct Answer: C. Azure Storage Explorer
Agree with you
A: not through internet. Incorrect B: SAS is correct but not file explorer, it should be storage explorer. Ref https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-explorer-files#get-the-sas-for-a-file-share SAS provides delegated access to resources in your storage account. This means that you can grant a client limited permissions to objects in your storage account for a specified period of time and with a specified set of permissions, without having to share your account access keys. C: Correct D: Not access key and file explorer. Incorrect Actually the best answer should be SAS with Storage Explorer
Scenario: Move the existing product blueprint files to Azure storage. Copy the blueprint files to Azure over the Internet. Ensure that the blueprint files are stored in the archive storage tier. We can use Storage Explorer to copy data to Azure blob storage over internet. Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux. https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows C is right
Correct is D Generate an access key. Map a drive, and then copy the files by using File Explore
Today 19/11/21. No use case of this help platform appeared in my exam. Score 860.
C is the correct andwer