Skip to main content


 

Azure Fundamentals☝

This article is all about my understandings on Azure fundamentals. 

1️⃣ What is Microsoft Azure?

Azure is Microsoft’s cloud computing platform, offering services for computing, storage, networking, databases, AI, and more. It helps businesses and individuals build, deploy, and manage applications and services without needing physical hardware.

🔹 On-Premises vs. Cloud: Instead of maintaining physical servers, Azure lets you run everything in the cloud.
🔹 Pay-as-you-go Model: You only pay for what you use—no upfront infrastructure costs.


2️⃣ Key Azure Services Categories

Azure offers a variety of services across different categories. Here are some of the most important ones:

✅ Compute (Running Applications & Workloads)

  • Azure Virtual Machines (VMs) – Cloud-based servers for running applications.

  • Azure App Services – Host and manage web apps without managing the infrastructure.

  • Azure Functions – Serverless computing to run event-driven code.

✅ Storage (Saving Data in the Cloud)

  • Azure Blob Storage – Stores large amounts of unstructured data (like images, videos, backups).

  • Azure Files – Cloud-based file shares, similar to an on-premises file server.

  • Azure SQL Database – A fully managed relational database service.

✅ Networking (Connecting Applications & Users)

  • Azure Virtual Network (VNet) – A private cloud network to connect resources securely.

  • Azure Load Balancer – Distributes traffic to ensure high availability.

  • Azure VPN Gateway – Connects on-premises networks securely to Azure.

✅ Security & Identity

  • Azure Active Directory (Azure AD) – Manages users, authentication, and access control.

  • Azure Key Vault – Stores sensitive information like API keys and passwords.

✅ AI & Analytics

  • Azure Machine Learning – Train and deploy ML models in the cloud.

  • Azure Synapse Analytics – Enterprise-level data warehousing and analytics.


3️⃣ Core Azure Concepts

✔️ Regions & Availability Zones – Azure has data centers worldwide to ensure high availability and redundancy.
✔️ Azure Resource Manager (ARM) – A framework for managing Azure resources using templates.
✔️ Subscriptions & Resource Groups – Organizing resources into logical groups for better management.
✔️ Pay-As-You-Go Pricing – Costs are based on usage, and there are free-tier services for beginners.


4️⃣ Azure Certifications for Beginners 🏅

If you’re just starting out, the AZ-900: Microsoft Azure Fundamentals exam is a great first step. It covers:
Cloud computing basics
Azure core services
Security, compliance, and pricing


5️⃣ How to Start Learning Azure?

Microsoft LearnFree interactive tutorials
Azure Free AccountGet $200 free credit
Hands-on Labs – Try services like VMs, Storage, and Networking
YouTube & Udemy Courses – Great for guided learning


6️⃣ Why Learn Azure?

💼 In-demand skills – Cloud computing is one of the fastest-growing fields.
💰 High-paying jobs – Roles like Azure Administrator, Cloud Engineer, and Data Engineer are in high demand.
🚀 Career Growth – Learning Azure opens doors to roles in DevOps, Data Engineering, AI, and Cybersecurity.

Comments

Popular posts from this blog

  Title: A Guide to Enrolling Devices into Microsoft Intune: Exploring Different Methods. In today’s increasingly mobile workforce, ensuring that devices are secure and compliant is more important than ever. Microsoft Intune provides a comprehensive solution for managing devices, applications, and data—especially as more organizations adopt cloud-based management strategies. However, to effectively manage devices with Intune, they first need to be enrolled. In this article, we’ll explore the three primary methods of enrolling devices into Microsoft Intune : Azure AD Join , Company Portal , and Work or School Account enrollment. Each method has its own use cases and advantages, depending on the organization's needs. 1. Enrolling via Microsoft Entra (Azure AD Join) Azure AD Join is used when an organization wants to fully manage corporate devices in the cloud, with no reliance on on-premises Active Directory (AD). This method is ideal for organizations that have transitioned to...

What Is Kubernates?

Kubernates , also called K8s is an open-source platform for automating the deployment, scaling and management of containerized applications. Kubernates develops by Googlw and now maintained by Cloud Native Computing Foundation( CNCF). For example : There are bunch of applications running in containers(Like Docker containers) across many server , we need to Start them Stop them if they crash Move them if a server goes down Scale them up / down Expose them to the network Roll out new versions safely Kubernates automates all of the fuctions mentioned above. Key Functions of Kubernates: Function What it does Orchestration Automatically runs containers across many servers. Scheduling Decides  which server (node)  should run each container. Scaling Adds or removes containers automatically based on load. Self-healing Restarts failed containers, replaces unhealthy on...
Title: My MS-102 Certification Journey and Microsoft 365 Internship Experience Published by: Rajeswary Nadarajan Date: 7th July 2025 Introduction Every career journey has a turning point. For me, that turning point was passing the MS-102: Microsoft 365 Administrator certification and beginning my internship in Microsoft 365 administration. Coming from a Desktop Engineer background with over 10 years of experience, I always dreamed of transitioning into cloud and modern IT roles. This post is a reflection of my preparation, achievement, and what I’ve learned during my internship so far. Why I Chose MS-102 I wanted to move beyond on-premise support and gain real skills that employers are looking for in modern IT environments. Microsoft 365 is at the heart of collaboration, security, compliance, and productivity today. After researching certification paths, I found that MS-102 perfectly aligned with my goals: To become proficient in Microsoft 365 identity, access, security, compliance, an...