
Answer-first summary for fast verification
Answer: Azure Files
The correct answer is A. Azure Files. Azure Files is the appropriate storage service for scenarios requiring persistent storage in Azure Container Instances. This is because Azure Files allows you to mount fully managed file shares in the cloud using the standard Server Message Block (SMB) protocol. It is ideal for sharing data between containers and maintaining data persistency across container restarts. Other options like Azure Blob storage, Azure Queue storage, and Azure Table storage aren't designed for this kind of use case.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an Azure subscription with an existing Azure Storage account, you are tasked with setting up an Azure container instance 'container1' utilizing a Docker image 'Image1'. This image includes a Microsoft SQL Server instance necessitating persistent storage. Identify the appropriate storage service to configure for 'container1'.
A
Azure Files
B
Azure Blob storage
C
Azure Queue storage
D
Azure Table storage
No comments yet.