Start Here¶
If you're new to Azure Virtual Machines or wondering where to begin with this guide, this section provides the necessary context and entry points. You'll learn the fundamental value of VMs in a cloud ecosystem and how they compare to other compute services.
Section Contents¶
| Page | Description |
|---|---|
| Overview | Understanding Azure VMs as Infrastructure as a Service (IaaS) and their core capabilities. |
| Learning Path | Tailored reading sequences based on your specific role (Architect, Admin, Developer). |
| VM vs Other Compute | How VMs compare to App Service, Azure Functions, and Azure Container Apps. |
| Common Scenarios | Practical real-world use cases where VMs are the optimal architectural choice. |
Why Virtual Machines?¶
graph TD
A[Traditional Infrastructure] --> B{Choose Cloud Model}
B -->|Control| C[IaaS: Azure VM]
B -->|Velocity| D[PaaS: App Service]
B -->|Efficiency| E[Serverless: Functions]
style C fill:#0078d4,color:#fff Note
Azure Virtual Machines offer the highest level of control and flexibility among Azure's compute options, making them ideal for legacy migrations and highly customized environments.