📖 What is Azure Compute?

Azure Compute encompasses services providing on-demand processing power and virtualized computing resources. This includes Infrastructure as a Service (IaaS) with Virtual Machines, Platform as a Service (PaaS) with Azure App Service, and Function as a Service (FaaS) with Azure Functions, enabling diverse application deployment models.

🥋 Sensei Says:

"The exam emphasizes understanding the trade-offs between IaaS, PaaS, and FaaS. Be prepared to select the appropriate compute service based on cost, control, and management requirements. Distractors often focus on specific VM sizes rather than the core service models."

📚 Certification: Microsoft Azure Fundamentals (AZ-900)

🔑 What are the Key Concepts of Azure Compute?

  • IaaS (Virtual Machines) provides the most control over the infrastructure, requiring full OS and application management.
  • PaaS (App Service) simplifies deployment by managing the OS and infrastructure, letting you focus on application code.
  • FaaS (Azure Functions) offers serverless computing, executing code on-demand without managing servers or scaling infrastructure.
  • Scaling compute resources can be done vertically (increasing VM size) or horizontally (adding more VMs/instances).
  • Cost optimization is key; consider reserved instances, spot VMs, and auto-scaling to minimize expenses.

🎯 How does Azure Compute appear on the AZ-900 Exam?

You may be asked to identify the most cost-effective compute option for a stateless application with unpredictable traffic patterns, choosing between VMs, App Service, and Azure Functions.

A scenario might describe a company needing full control over the operating system and network configuration – determine which compute service best fits those requirements.

Expect questions about the level of responsibility shared between Azure and the user for different compute service models (IaaS, PaaS, FaaS).

❓ Frequently Asked Questions

When would I choose Virtual Machines over Azure App Service?

Choose VMs when you need complete control over the OS, require custom software installations, or have specific compliance requirements that PaaS doesn't support. PaaS is better for rapid development and deployment.


How does auto-scaling impact cost with Azure Compute?

Auto-scaling dynamically adjusts resources based on demand, reducing costs during low usage. However, improper configuration can lead to unexpected expenses, so monitoring and setting appropriate thresholds are crucial.


What are the benefits of using Azure Functions?

Azure Functions are ideal for event-driven tasks and microservices. They offer pay-per-execution billing, eliminating costs when idle, and require minimal operational overhead compared to VMs or App Service.

Related Terms from Microsoft Azure Fundamentals

📝 Related Study Guides

Study Guide 10 min read

Azure Fundamentals (AZ-900): How to Pass on Your First Try

To pass the Azure AZ-900 exam, focus on the three core domains: Cloud Concepts, Azure Architecture, and Management and Governance. Combine Microsoft Learn's free modules with high-volume practice exams—like the 1,000 questions at Cert Sensei—to master service distinctions and governance tools. Aim for a 700/1000 score across 40-60 questions.

Deep Dive 8 min read

What is an Azure Resource Group? AZ-900 Governance Guide

An Azure Resource Group is a logical container that holds related resources for an Azure solution. It enables efficient lifecycle management, allowing you to deploy, update, and delete a group of resources as a single unit, while providing a centralized point for applying governance, security policies, and Role-Based Access Control (RBAC).

Comparison 7 min read

Azure Data Lake vs Blob Storage: AZ-900 Explained

Azure Blob Storage is object storage for unstructured data using a flat namespace. Azure Data Lake Storage Gen2 builds on Blob storage by adding a hierarchical namespace, making it optimized for big data analytics and high-performance Hadoop workloads. For AZ-900, choose Data Lake when you see "hierarchical" or "analytics."

🧠

Test Your Knowledge

Think you understand Azure Compute? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium