Easy1 markMultiple Choice
AZ-900 · Question 58 · Domain 2.2: Azure Compute Services
Scenario: Contoso Ltd is migrating to Azure. They need to host a legacy application on a virtual machine, ensure the VM remains available if a datacenter fails, and track the costs of this specific application separately from other departments.<br/><br/>Which Azure service should Contoso use to host the legacy application?
Scenario: Contoso Ltd is migrating to Azure. They need to host a legacy application on a virtual machine, ensure the VM remains available if a datacenter fails, and track the costs of this specific application separately from other departments.<br/><br/>Which Azure service should Contoso use to host the legacy application?
Answer options:
A.
Azure App Service
B.
Azure Virtual Machines
C.
Azure Container Instances
D.
Azure Functions
How to approach this question
Identify the service that provides a full virtualized server environment.
Full Answer
B.Azure Virtual Machines✓ Correct
Azure Virtual Machines provide Infrastructure as a Service (IaaS), giving you full control over the operating system. This is the standard choice for 'lift and shift' migrations of legacy applications that cannot be easily rewritten for PaaS services.
Common mistakes
Selecting App Service, assuming all web apps can run on it. Legacy apps often have OS dependencies.
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