Developing Solutions for Microsoft Azure — Question 46

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?

Answer options

Correct answer: A

Explanation

Azure BlobFuse is the correct choice as it allows Linux applications to access Azure Blob storage as if it were a local file system, which is ideal for your container application. Azure Disks and Azure Files do not provide the same level of integration for this specific scenario, and NFS 3.0 support is not necessary since you are dealing directly with blob storage.