Medium1 markMultiple Choice
AZ-900 · Question 24 · Domain 2.2: Azure Compute Services
You need to run a containerized application in Azure without managing underlying virtual machines or learning complex orchestration tools like Kubernetes. Which service should you choose?
You need to run a containerized application in Azure without managing underlying virtual machines or learning complex orchestration tools like Kubernetes. Which service should you choose?
Answer options:
A.
Azure Kubernetes Service (AKS)
B.
Azure Container Instances (ACI)
C.
Azure Virtual Machines
D.
Azure Functions
How to approach this question
Look for the simplest container service in Azure.
Full Answer
B.Azure Container Instances (ACI)✓ Correct
Azure Container Instances (ACI) offers the fastest and simplest way to run a container in Azure, without having to manage any virtual machines and without having to adopt a higher-level service like Azure Kubernetes Service (AKS).
Common mistakes
Selecting AKS. While AKS runs containers, it is a complex orchestration platform.
Practice the full Azure Fundamentals AZ-900 Practice Exam 3
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02True or False: In a public cloud model, you are responsible for managing and maintaining the phys...EasyQ03Which cloud model allows a company to maintain strict control over highly sensitive data on-premi...MediumQ04What is the primary benefit of 'high availability' in cloud computing?EasyQ05Which term describes the ability to automatically increase or decrease compute resources based on...Easy
Expert