exam questions

Exam AZ-304 All Questions

View all questions & answers for the AZ-304 exam

Exam AZ-304 topic 5 question 17 discussion

Actual exam question from Microsoft's AZ-304
Question #: 17
Topic #: 5
[All AZ-304 Questions]

You are designing a container solution in Azure that will include two containers. One container will host a web API that will be available to the public. The other container will perform health monitoring of the web API and will remain private. The two containers will be deployed together as a group.
You need to recommend a compute service for the containers. The solution must minimize costs and maintenance overhead.
What should you include in the recommendation?

  • A. Azure Service Fabric
  • B. Azure Kubernetes Service (AKS)
  • C. Azure Container Instances
  • D. Azure Container registries
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
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-multi-container-group

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AustinY
Highly Voted 4 years, 2 months ago
Correct!
upvoted 25 times
...
cfsxtuv33
Highly Voted 4 years, 1 month ago
On the 304 exam April 2021.
upvoted 14 times
...
Eitant
Most Recent 3 years, 5 months ago
Selected Answer: C
Correct answer
upvoted 1 times
...
Dpejic
3 years, 5 months ago
Appere on exam 23-dec-2021
upvoted 1 times
...
shafqat
3 years, 7 months ago
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-container-groups A container group is a collection of containers that get scheduled on the same host machine. The containers in a container group share a lifecycle, resources, local network, and storage volumes. It's similar in concept to a pod in Kubernetes.
upvoted 3 times
...
syu31svc
3 years, 8 months ago
There are just two containers to manage so C is the answer for sure
upvoted 3 times
...
gssd4scoder
3 years, 9 months ago
Why not fabric? Pluralsight course says it minimizes costs
upvoted 1 times
pentium75
3 years, 9 months ago
"The solution must minimize costs and maintenance overhead", I'd guess that Service Fabric is more complex than Container Instances.
upvoted 3 times
...
...
demonite
4 years, 1 month ago
Interesting to know
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...