Question
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?
Options
- AAzure Files
- BAzure Blob storage
- CAzure Queue storage
- DAzure Table storage
How the community answered
(34 responses)- A79% (27)
- B12% (4)
- C6% (2)
- D3% (1)
Explanation
Azure file shares can be used as persistent volumes for stateful containers. Containers deliver "build once, run anywhere" capabilities that enable developers to accelerate innovation. For the containers that access raw data at every start, a shared file system is required to allow these containers to access the file system no matter which instance they run on. https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introduction
Community Discussion
No community discussion yet for this question.
