ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 92 - AZ-500 discussion

Report
Export

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 deployed together. The containers must communicate to each other only on ports that are not externally exposed.

What should you include in the deployment?

A.
application security groups
Answers
A.
application security groups
B.
network security groups (NSGs)
Answers
B.
network security groups (NSGs)
C.
management groups
Answers
C.
management groups
D.
container groups
Answers
D.
container groups
Suggested answer: D

Explanation:

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

asked 02/10/2024
Guilherme Silva
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first