Azure Service for Windows Application with Mapped Drive Access

Which Azure Service Should You Use?

Question

You have an application that runs on Windows and requires access to a mapped drive.

Which Azure service should you use?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A

Azure Files is Microsoft's easy-to-use cloud file system. Azure file shares can be seamlessly used in Windows and Windows Server.

To use an Azure file share with Windows, you must either mount it, which means assigning it a drive letter or mount point path, or access it via its UNC path.

https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

The correct answer for the question is A. Azure Files.

Explanation: Azure Files is a fully managed file share solution that is built on top of Azure Storage. It is designed to provide a simple, secure, and scalable file share solution that can be used by cloud-based applications and services.

Azure Files allows you to create SMB file shares in the cloud that can be accessed from Windows, macOS, and Linux machines. This means that if your application requires access to a mapped drive, you can use Azure Files to provide that access.

Azure Blob Storage is an object storage solution that is optimized for storing unstructured data such as text and binary data, while Azure Cosmos DB is a fully managed NoSQL database service that provides a globally distributed, multi-model database for any scale. These services are not suitable for providing access to mapped drives.

Azure Table Storage is a NoSQL key-value store that can store massive amounts of structured data. It can be used to store and retrieve large amounts of data with a high level of performance. However, it is not designed to provide access to mapped drives.

In conclusion, Azure Files is the appropriate service to use when your application requires access to a mapped drive.