You plan to deploy Azure container instances. You have a containerized application that is comprised of two containers: an application container and a validatio...
Microsoft AZ-500 Exam
Questions Number: 194 out of 443 Questions
43.79%
Question 194
You plan to deploy Azure container instances. You have a containerized application that is comprised of two containers: an application container and a validation container. The application container is monitored by the validation container. The validation container performs security checks by making requests to the application container and waiting for responses after every transaction. You need to ensure that the application container and the validation container are scheduled to be deployed together. The containers must communicate to each other only on ports that are not externally exposed. What should you include in the deployment?
Azure Container Instances supports the deployment of multiple containers onto a single host using a container group. A container group is useful when building an application sidecar for logging, monitoring, or any other configuration where a service needs a second attached process. Reference: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-container-groups