Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure Administrator tasked with deploying a multi-container application consisting of a web frontend and a background processing service that need to communicate over localhost. How should you configure the deployment to meet these requirements using container instances?
Deploy both containers in a single container group.
Deploy each container in separate container groups and connect them using a virtual network.
Deploy the containers to a Kubernetes service to enable inter-container communication.
Use an App Service to host the containers and enable communication via service endpoints.