nerdexam
Microsoft

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…

Submitted by haruto_sh· Mar 30, 2026Develop for Azure storage

Question

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 using the Azure Blobs API. You are not permitted to make changes to the application. Some customer sites only have phone-based internet connections. You need to configure the console application to access the images. What should you use?

Options

  • AAzure BlobFuse
  • BAzure Disks
  • CAzure Storage Network File System (NFS) 3.0 support
  • DAzure Files

How the community answered

(27 responses)
  • A
    81% (22)
  • B
    7% (2)
  • C
    4% (1)
  • D
    7% (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

#Azure BlobFuse#blob storage mount#Linux container#storage access

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice