Microsoft Azure Architect Technologies (2020, legacy) — Question 10
You create a container image named Image1 on a developer workstation.
You plan to create an Azure Web App for Containers named WebAppContainer that will use Image1.
You need to upload Image1 to Azure. The solution must ensure that WebAppContainer can use Image1.
To which storage type should you upload Image1?
Answer options
- A. an Azure Storage account that contains a blob container
- B. Azure Container Instances
- C. Azure Container Registry
- D. an Azure Storage account that contains a file share
Correct answer: C
Explanation
The correct answer is C, Azure Container Registry, as it is specifically designed for storing and managing container images, allowing WebAppContainer to pull Image1 directly. The other options, while they provide storage capabilities, do not facilitate the direct use of container images in the same way that Azure Container Registry does.