Regarding AZ 104 practice exam question

Vickram Chakravarthy Sukumaran 0 Reputation points
2025-05-08T08:56:16.91+00:00

In the AZ104 Practice assessment, there is the below question for which the answer is file share.

You have an Azure subscription that contains an Azure Storage account named vmstorageaccount1.

You create an Azure container instance named container1.

You need to configure persistent storage for container1.

What should you create in vmstorageaccount1?

There are no other details provided in the question like usage of container image or database. So in that case, even table can be used as persistent storage correct? If we are not provided the use case, persistent storage can also be provided by page blobs which are used as disks for VM's. So how is the answer provided as file shares?

Thanks

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,299 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Silvia Wibowo 5,871 Reputation points Microsoft Employee Moderator
    2025-05-12T23:05:05.0033333+00:00

    Hi @Vickram Chakravarthy Sukumaran , persistent storage in a container means that the volume is mounted to the container. Persistent storage supported by Azure Container Instance is Azure File Share. Ref: Mount an Azure file share in Azure Container Instances.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.