AZ-204 · Question #539
You have a Linux container-based console application that uploads image files from customer sites all over the world. A back-end system that runs on Azure virtual machines processes the images by…
The correct answer is A. Azure BlobFuse. Azure BlobFuse allows you to access Azure Blob Storage from Linux and Azure services as if it were a local file system, without changing the application. This is particularly useful for your scenario where you can't modify the application and need to process images stored in…
Question
Options
- AAzure BlobFuse
- BAzure Disks
- CAzure Storage Network File System (NFS) 3.0 support
- DAzure Files
How the community answered
(27 responses)- A81% (22)
- B7% (2)
- C4% (1)
- D7% (2)
Explanation
Azure BlobFuse allows you to access Azure Blob Storage from Linux and Azure services as if it were a local file system, without changing the application. This is particularly useful for your scenario where you can't modify the application and need to process images stored in Azure Blob Storage. BlobFuse provides the necessary interface between the application and Azure Blob https://learn.microsoft.com/en-us/azure/storage/blobs/blobfuse2-what-is
Topics
Community Discussion
No community discussion yet for this question.