Microsoft Azure Administrator Associate AZ-104 Practice Question
An organization is deploying an application on Azure Container Instances that consists of a web server and a database engine. The application requires the web server and database to communicate over localhost and share the same data volume. What should you do to meet these requirements?
Deploy both the web server and database in a single container group within Azure Container Instances.
Set up an Azure App Service with multi-container support for the application.
Deploy the web server and database in separate container groups and link them using service endpoints.
Use Azure Kubernetes Service to deploy the application in a single pod.