Skip to Content

AZ-900: Which Azure Service Deploys Virtual Machine with the Least Management Overhead?

Which Azure service lets you deploy virtualized workloads with minimal management overhead? Learn why Azure Container Instances is the best choice for rapid, serverless container deployment without managing virtual machines.

Table of Contents

Question

A company needs to deploy a virtual machine with the least amount of management overhead. Which Azure service should they use to meet this requirement?

A. Azure Virtual Machines
B. Azure Virtual Machine Scale Sets
C. Azure App Service
D. Azure Kubernetes Service
E. Azure Container Instances

Answer

E. Azure Container Instances

Explanation

Azure Container Instances allow businesses to quickly deploy and manage containers without the overhead of managing virtual machines, providing a fully managed container service.

The Azure service that enables deployment of a virtualized workload with the least amount of management overhead is Azure Container Instances (ACI).

  • Azure Container Instances provides a serverless platform for running containers directly in Azure, eliminating the need to manage virtual machines, operating systems, or complex orchestration platforms.
  • With ACI, you can quickly deploy and run containers in isolated environments using the Azure Portal, CLI, or automation tools, focusing solely on your application rather than infrastructure management.
  • There is no requirement to configure, patch, or monitor virtual machines—Azure handles all underlying infrastructure, networking, and scaling automatically.
  • ACI is ideal for simple, single-container deployments, batch jobs, event-driven processing, and scenarios where rapid scaling and minimal administrative effort are priorities.
  • You pay only for the compute resources you use, with per-second billing and no need to provision or maintain persistent VMs.

Comparison to Other Options:

  • Azure Virtual Machines and Virtual Machine Scale Sets require OS and infrastructure management.
  • Azure App Service is for web apps and APIs, not general-purpose VM or container workloads.
  • Azure Kubernetes Service is a managed orchestration platform but still requires cluster and node management.
  • Azure Container Instances offers the simplest, most lightweight deployment model for containerized workloads, with the least management overhead.

Azure Container Instances allows you to deploy and run containers without managing virtual machines or infrastructure, providing the lowest management overhead for virtualized workloads in Azure.

Microsoft Azure Fundamentals AZ-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Fundamentals AZ-900 exam and earn Microsoft Azure Fundamentals AZ-900 certification.