Valid AZ-500 Dumps shared by ExamDiscuss.com for Helping Passing AZ-500 Exam! ExamDiscuss.com now offer the newest AZ-500 exam dumps, the ExamDiscuss.com AZ-500 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-500 dumps with Test Engine here:
You plan to deploy Azure container instances. You have a containerized application that validates credit cards. The application 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 deployedtogether. The containers must communicate to each other only on ports that are not externally exposed. What should you include in the deployment?
Correct Answer: D
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