exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 16 question 26 discussion

Actual exam question from Microsoft's AZ-300
Question #: 26
Topic #: 16
[All AZ-300 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Scenario: Copy the blueprint files to Azure over the Internet.
To mount an Azure file share, you will need the primary (or secondary) storage key. SAS keys are not currently supported for mounting.
Incorrect Answers:
A: Azure Import/Export service is used to securely import large amounts of data to Azure Blob storage and Azure Files by shipping disk drives to an Azure datacenter.
References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jcarlos
Highly Voted 4 years, 11 months ago
I would say B. Technical Requirements: Ensure that the blueprint files are stored in the archive storage tier. Storage tier in storage accounts is only supported by BLOB service. You can't access blob service maping a drive. Thus, from all the options present in the answer, file storage explorer is the only you can use to copy files to blob service trough Internet
upvoted 50 times
AnujD
4 years, 11 months ago
mine was Typo. . Correct, option B.
upvoted 9 times
...
spiraltrip
4 years, 11 months ago
That's right, to store in archive storage you need to use Blob storage. Also, the requirement states that the access must be temporary, which means you need to connect to Azure Storage Explorer using SAS - which can be defined to only work for a specific time window.
upvoted 3 times
...
...
[Removed]
Highly Voted 4 years, 10 months ago
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.
upvoted 18 times
praveen97
4 years, 9 months ago
Clear explanation by Matze2ooo. Answer B is correct.
upvoted 3 times
...
...
Manishpsingh
Most Recent 4 years, 4 months ago
B- Correct Planned Changes include: move the existing product blueprint files to Azure Blob storage. Technical Requirements include: Copy the blueprint files to Azure over the Internet.
upvoted 1 times
...
RoryGates
4 years, 7 months ago
Tried and Test C. Although I used https://www.msp360.com/drive/microsoft-azure.aspx to map the drive. SAS gives you a time constrained URL.
upvoted 1 times
...
bc5468521
4 years, 7 months ago
Option C is correct! the point is not about blob storage, but security and temporary share. The File share with SAS is the most correct answer!
upvoted 1 times
bc5468521
4 years, 7 months ago
sorry, didnot read the blueprint must be blob storage; if so, the only option is B
upvoted 1 times
...
...
_syamantak
4 years, 8 months ago
Correct answer is B. Blueprints are to be stored as BLOB. So file share options are invalid (C,D) Option A (import export service) is not meeting the criteria of copying over internet. Option B meets all requirements (Blob and upload over the internet)
upvoted 1 times
ipindado2020
4 years, 7 months ago
why????? <<manufactured by using blueprint files... >>
upvoted 1 times
ipindado2020
4 years, 7 months ago
so...yes Move the existing product blueprint files to Azure Blob storage. B
upvoted 1 times
...
...
...
johnnyfrx
4 years, 8 months ago
Cold Storage = B
upvoted 1 times
...
ofa_75
4 years, 8 months ago
Not B: there is nothing about access management here. But it could be better because it allow sharing files with other protocol than SMB (API REST), and we have no information about OS. C: ko because sas does not provide access to remote drive D: is ok (except for the lack of information about OS and SMB 3.0 support), regarding access management, az specifies following is needed: "administrator key for a storage account, including administrator permissions to all files and folders within the file share you're accessing, and for all file shares and other storage resources (blobs, queues, tables, etc.) contained within your storage account. "
upvoted 1 times
...
stackoverflow44
4 years, 8 months ago
https://docs.microsoft.com/en-gb/azure/storage/common/storage-choose-data-transfer-solution?toc=%2fazure%2fstorage%2fblobs%2ftoc.json Stated here transfer via GUI is thru Azure Storage Explorer or Web UI in Azure portal.
upvoted 1 times
...
Pinzco
4 years, 9 months ago
"Ensure that partner access to the blueprint files is secured and temporary." C looks better!
upvoted 1 times
BiggusJiggus
4 years, 9 months ago
No - You are only asked to "...move the blueprint files to Azure." in this question.
upvoted 1 times
...
...
gboyega
4 years, 9 months ago
B is the correct answer
upvoted 5 times
...
denkes
4 years, 10 months ago
The requirement is: You need to move the blueprint files to Azure. What should you do? For me this is a temporary one time task, for the phase of migration to azure and has no relation to provide partners access to the blue prints. I think the best solution would be AzCopy, but this is not offered as an option. Let's start: A&D are out. Let`s break down: B & D D states, map the Storage Blob. I think this is not possible. This would be possible with File Storage, which supports SMB. Go and try to map Blob Storage. I could only find info in the internet, that this is currently not possible. D states to use "File Explorer" => Why should I use File explorer when there is a specific tool with various features offered by Microsoft called: Azure Storage Explorer. Because of that I go with B. See also the following link. Microsoft recommends to use the Storage Explorer. Transfer via Internet is secured. See Managing blob containers no 7 at: https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-explorer-blobs#managing-blobs-in-a-blob-container
upvoted 6 times
...
Nehuuu
4 years, 10 months ago
Correct answer is B
upvoted 2 times
...
Sam1101
4 years, 10 months ago
https://www.examtopics.com/exams/microsoft/az-100/view/46/ Refer to Q1 of the above link. It says correct answers is- Use Azure Storage Explorer to copy the files. Its B.
upvoted 4 times
PTC
4 years, 9 months ago
Yes. I remember seeing this in AZ-103 in examtopics and the answer was B.
upvoted 2 times
PTC
4 years, 9 months ago
Here it is. https://www.examtopics.com/discussions/microsoft/view/17469-exam-az-103-topic-8-question-2-discussion/
upvoted 2 times
...
...
...
UgoChukwu
4 years, 10 months ago
I agree with everyone disagreeing, however, any of your answers other than choice D will result to a failure.
upvoted 2 times
...
Rooh
4 years, 10 months ago
Answer shud be D coz it’s BLOB storage
upvoted 1 times
...
highC
4 years, 11 months ago
I think "mapping" and blob storage makes no sense. So I would say Storage Explorer makes sense and the answer is B https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-explorer-blobs
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago