In the previous tutorial, we built our first Virtual Machine on Azure together. But Azure isn't just a virtual server creation service — it's a massive ecosystem of hundreds of cloud services. Let's take a fuller look at this platform.
What exactly is Azure?
Microsoft Azure is a cloud computing platform that lets organizations, instead of buying and maintaining their own physical hardware, use Microsoft's massive infrastructure (hundreds of data centers around the world) to run servers, store data, run applications, and dozens of other services — paying only for what they actually use.
Three main cloud service models
IaaS (Infrastructure as a Service): the most basic level — you rent raw infrastructure (like the Virtual Machine we built in the previous tutorial) and you're responsible for the OS, software, and configuration yourself.
PaaS (Platform as a Service): Microsoft manages the OS and underlying infrastructure too — you just run your own application on top of it (like Azure App Service for hosting websites).
SaaS (Software as a Service): the highest level — fully ready, managed software (like Microsoft 365 itself) that you just use.
The most important Azure services to know
Azure Virtual Machines: exactly what we built in the previous tutorial — virtual servers with any operating system.
Azure Active Directory (recently renamed Microsoft Entra ID): the cloud version of Active Directory — the same AD DS concept covered in the MCSA track, but for managing identity at cloud and SaaS scale.
Azure Storage: file storage, backup, and data at unlimited scale.
Azure SQL Database: a managed version of SQL Server in the cloud — no manual installation or maintenance needed.
Azure Kubernetes Service (AKS): for running containerized applications at large scale.
Why are organizations moving toward Azure?
Instant scalability: if your site's or app's traffic suddenly multiplies, you can add more resources within minutes — something buying and setting up new physical servers could never do this fast.
Eliminating hardware maintenance costs: no more need for a server room, cooling, backup power, and a hardware maintenance team.
Pay-as-you-go: instead of a heavy fixed upfront cost, you pay only for what you use (much like an electricity bill).
Integration with the Microsoft ecosystem: for organizations already invested in Active Directory and Microsoft 365 (exactly what we covered in the Windows Server vs. Linux comparison article), Azure is the most natural choice for extending into the cloud.
Azure vs. AWS and Google Cloud
Azure, AWS (Amazon), and Google Cloud are the three main players in the cloud computing market. Azure is usually the most integrated, natural option especially for organizations already invested in Microsoft products (Windows Server, Active Directory, Office) — exactly what sets this platform apart from its competitors.
Why is learning Azure a smart career investment?
Almost no large organization today operates without at least some cloud infrastructure. An engineer who understands both traditional infrastructure (like Windows Server and Active Directory) and cloud (like Azure) is better prepared for today's and tomorrow's job market — exactly the path followed in my courses, from MCSA to Azure.
Blog