Microsoft Azure Data Fundamentals — Question 272
You manage an application that stores data in a shared folder on a Windows server.
You need to move the shared folder to Azure Storage.
Which type of Azure Storage should you use?
Answer options
- A. queue
- B. blob
- C. file
- D. table
Correct answer: C
Explanation
The correct answer is C, as Azure Files is specifically designed for file sharing and provides SMB protocol support, making it suitable for migrating shared folders. Options A (queue), B (blob), and D (table) are not appropriate for this use case, as they cater to different types of data storage and access patterns.