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?