How I Started Learning Microsoft Azure From Zero

 

Introduction

When I first heard about Microsoft Azure, I knew nothing about cloud computing. Terms like Virtual Machines, Storage Accounts, Resource Groups, and Azure AD sounded too technical. But I still wanted to learn Azure because cloud skills are in high demand, and many companies prefer Azure for enterprise projects.

I Understood What Cloud Computing Actually Means

Before jumping into Azure, I learned the basics:

* What is the cloud?
* What are IaaS, PaaS, and SaaS?
* What is a virtual machine?
* Why do companies use cloud computing?

This helped me understand why Azure is important and how cloud services work in real life.

I Learned the Azure Fundamentals (AZ-900)

My real journey started with AZ-900 (Microsoft Azure Fundamentals).

It covered simple topics like:

  • What is Azure?

  • What are Azure services?

  • Basics of storage, networking, and computing

  • Security and pricing

  • Cost Management

This exam is beginner-friendly and does not require coding, so it gave me confidence.

I Explored the Azure Portal Practically

Only theory won’t help.
So I created an Azure Free Account (₹0 cost for 12 months free tier).

  • Creating a Virtual Machine (VM)

  • Creating Storage Accounts

  • Uploading files to Blob Storage

  • Creating a Resource Group

  • Launching Web Apps (App Service)

After this, I understood how Azure works practically.

Azure has 200+ services, but I focused only on the important ones:

* Azure Virtual Machines
* Azure Blob Storage
* Azure Virtual Network
* Azure App Service
* Azure SQL Database
* Azure Functions
* Azure Active Directory

These are the core services companies use daily.

My personal learning roadmap was:

* Basics of Cloud
* Azure Fundamentals (AZ-900)
* Core Azure Services
* Security + Networking Basics
* Hands-on practice
* Small projects

This structure helped me learn Azure smoothly without confusion.

I Built Small Azure Projects

To gain confidence, I built simple projects:

  • Hosting a website using Azure App Service

  • Storing images in Blob Storage

  • Connecting VM + VNet

  • Creating a serverless API using Azure Functions

These beginner-level projects are enough to prepare you for cloud jobs.

I Used Free Learning Resources

I didn’t spend money in the beginning.
These free resources helped me the most:

* Microsoft Learn (free official material)
* YouTube tutorials
* Azure Documentation
* Free practice labs

Conclusion

Learning Microsoft Azure from zero is not difficult. You just need the right roadmap, some hands-on practice, and patience. If you're planning to start your cloud career, Azure is one of the best choices in 2025 because it is widely used in companies and is easy for beginners.


Comments