Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-104 topic 3 question 26 discussion

Actual exam question from Microsoft's AZ-104
Question #: 26
Topic #: 3
[All AZ-104 Questions]

You have an Azure subscription that contains an Azure Storage account.
You plan to create an Azure container instance named container1 that will use a Docker image named Image1. Image1 contains a Microsoft SQL Server instance that requires persistent storage.
You need to configure a storage service for Container1.
What should you use?

  • A. Azure Files
  • B. Azure Blob storage
  • C. Azure Queue storage
  • D. Azure Table storage
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://azure.microsoft.com/en-us/blog/persistent-docker-volumes-with-azure-file-storage/ https://docs.microsoft.com/en-us/azure/aks/concepts-storage

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
waterzhong
Highly Voted 3 years, 3 months ago
Correct answer should be Azure Files
upvoted 145 times
wooyourdaddy
3 years, 3 months ago
Where did you validate this from ?
upvoted 1 times
RoastChicken
2 years, 8 months ago
Azure table is unstructured data. Answer should be Azure Files.
upvoted 8 times
ngamabe
2 years, 7 months ago
I agree
upvoted 1 times
...
JimBobSquare101
2 years, 8 months ago
I would also consider the answer to be A: Files Reason being the word persistent in the question....
upvoted 10 times
...
...
photon99
5 months, 1 week ago
Reason is for the mounting of the File shares from within the linux container you need file shares.
upvoted 2 times
...
...
abu3lia
3 years, 3 months ago
Correct, here is the proof: https://azure.microsoft.com/en-us/blog/persistent-docker-volumes-with-azure-file-storage/
upvoted 35 times
epomatti
1 year, 11 months ago
This plugin has been deprecated for 6 years now.... it migrated to native Docker: https://docs.docker.com/cloud/aci-integration/#using-azure-file-share-as-volumes-in-aci-containers
upvoted 2 times
...
Acai
2 years, 8 months ago
I agree, Here's another link if you're still skeptical https://docs.microsoft.com/en-us/azure/aks/concepts-storage#persistent-volumes
upvoted 9 times
epomatti
1 year, 11 months ago
This link is for AKS, and AKS support blobs. The question is about ACI.
upvoted 4 times
...
...
...
...
fedztedz
Highly Voted 3 years, 3 months ago
Answer is not Correct. It should be A "Azure Files" Azure files are used as persistent disks for docker images. It doesn't matter the type of the image or its functionality.
upvoted 110 times
...
tashakori
Most Recent 1 week, 6 days ago
B is right answer
upvoted 1 times
...
Amir1909
1 month ago
B is correct
upvoted 1 times
...
Rams786
6 months, 1 week ago
This question was on my exam on 22 Sep 2023. scored 900 i answered Azure Files
upvoted 7 times
nmnm22
6 months ago
did you study all these 500 questions of dumps?
upvoted 2 times
...
Vicky83574
6 months, 1 week ago
Is it any practical questions like write a code or labs are came in exam?
upvoted 1 times
ki01
3 months, 2 weeks ago
there are never actual practical things to do in the exam, it's always questions from the dumps like select A-B-C, put cards in order or finish a command or statement from the given selections. you don't actually need to create anything yourself.
upvoted 1 times
...
...
...
james2033
7 months, 1 week ago
Selected Answer: A
Azure Files for Azure Docker container , see https://learn.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files
upvoted 3 times
...
Mehedi007
8 months ago
Selected Answer: A
Azure Files. https://azure.microsoft.com/en-us/blog/persistent-docker-volumes-with-azure-file-storage/ Passed the exam on 26 July 2023. Scored 870. Exact question came.
upvoted 3 times
...
Teroristo
8 months, 1 week ago
Answer is Azure Files In Azure container instances, you can mount Azure File shares for persistent storage. Azure files are used as persistent disks for docker images. It doesn't matter the type of the image or its functionality. Persistent shared storage for containers. Easily share data between containers using NFS or SMB file shares. Azure Files is tightly integrated with Azure Kubernetes Service (AKS) for easily storing and managing data. Reference: https://azure.microsoft.com/en-us/blog/persistent-docker-volumes-with-azure-file-storage https://azure.microsoft.com/en-us/services/storage/files/#features
upvoted 3 times
...
NYTK
8 months, 1 week ago
Came in exams 21/7/2023. Answered A
upvoted 2 times
...
JunetGoyal
11 months ago
Container instance has a temporary storage, but it got deleted when container is deleted . As Question mentioned persistent we can use Either Managed disk or Azure file share with standard or premium sku. Also Azure file share can share to multiple instances Means: any of these storage will keep the data and remain for future use even we delete the Container instance.
upvoted 6 times
...
Gaskonader
12 months ago
On Exam 30/03/2023
upvoted 5 times
...
Phil_Spencer
1 year ago
Never run a DB in a container.
upvoted 6 times
...
shadad
1 year ago
Selected Answer: A
I took Exam of Azure- 104 at 27/2/2023 I score 920 points out of 1000 points. This was on it and my answer was: A
upvoted 8 times
amzash
1 year ago
Congrats! thats a really good score. do you know how many of the questions from this website?
upvoted 2 times
...
...
mdwSysOps
1 year, 1 month ago
Selected Answer: A
A. Azure Files Azure Files is the recommended storage service for use with Azure Container Instances when you need to share data between containers or persist data across container restarts. Since Image1 contains a Microsoft SQL Server instance that requires persistent storage, you should use Azure Files as the storage service for container1. Azure Blob storage, Azure Queue storage, and Azure Table storage are not recommended for use with Azure Container Instances when you need to persist data across container restarts. These storage services are more appropriate for other types of data storage and retrieval scenarios.
upvoted 10 times
...
Meenapavani
1 year, 1 month ago
Selected Answer: A
Correct answer is Azure Files
upvoted 2 times
...
Ismailha
1 year, 1 month ago
Selected Answer: A
Correct answer azure file
upvoted 2 times
...
UmbongoDrink
1 year, 1 month ago
Selected Answer: A
Answer A is correct: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-overview#persistent-storage To retrieve and persist state with Azure Container Instances, we offer direct mounting of Azure Files shares backed by Azure Storage.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...