Day-3: License Management & Service Assignments in Microsoft 365

By | January 1, 2026

(Beginner to Admin-Level Practical Guide) 🎯 Objective of Day-3 The goal of Day-3 is to understand how Microsoft 365 licensing works, how licenses are assigned, removed, and managed, and how admins control service access for users. License management directly impacts: This is a daily responsibility of an M365 Administrator. 🔹 Prerequisites 1️⃣ Understanding Microsoft 365… Read More »

Microsoft 365 Admin – Day-1 Real-World Setup (Beginner Friendly)

By | December 18, 2025

🎯 Goal of Day-1 Set up a new Microsoft 365 tenant securely and professionally, just like a real IT/M365 administrator would do on Day-1 in an organization. 🧱 DAY-1 TASK BREAKDOWN (Industry-Style) 1️⃣ Access Microsoft 365 Admin Center Steps Real-World Tip First login should always be done using Global Admin, but daily work should use… Read More »

Microsoft 365 Admin Roadmap (Beginner to Pro)

By | December 2, 2025

🟦 STAGE 1 — Fundamentals (Beginner) Goal: Understand the basics of M365 & core admin concepts. 1️⃣ Learn the Basics of Microsoft 365 Study topics: 2️⃣ Learn the Microsoft 365 Admin Center (Portal Basics) Explore all sections: Practice:✔ Create a user✔ Assign a license✔ Reset password✔ Add alternate email✔ Create a Microsoft 365 Group✔ Create… Read More »

Complete Guide to All Microsoft 365 Admin Portals: Features, Use Cases & Quick Links

By | December 2, 2025

🌐 1. Microsoft 365 Admin Center (M365 Admin Portal) 🔗 https://admin.microsoft.com Purpose: This is the main management portal for Microsoft 365 services. What you manage here: Best for: IT admins managing general day-to-day tasks. 🟦 2. Microsoft Entra Admin Center (Formerly Azure AD Admin Center) 🔗 https://entra.microsoft.com Purpose: Used to manage identity, security, authentication, and… Read More »

 Self-Healing Infrastructure with Prometheus, Alertmanager & Ansible

By | September 24, 2025

This project demonstrates a self-healing infrastructure setup using Prometheus, Blackbox Exporter, Alertmanager, a custom monitoring service, and Ansible. It continuously monitors a service container, triggers alerts when the service goes down, and automatically restarts the service via Ansible playbooks. ⚙️ Architecture Blackbox Exporter → Prometheus → Alertmanager → Monitor (amtool + jq) → Ansible Runner… Read More »

Terraform + Docker + Nginx + Git Branching Workflow

By | December 2, 2025

📌 Project Overview This project demonstrates: 📂 Branch Structure We are using three branches: Branch Name Purpose Project Content main Stable production-ready code. Contains the final tested project that provisions an Nginx container via Terraform. dev Development environment for ongoing work. Same core functionality as main but used for testing new changes before merging. feature-add-index… Read More »

terraform-docker-nginx

By | August 22, 2025

Infrastructure as Code (IaC) with Terraform 🚀 Objective Provision a local Docker container using Terraform. 🧰 Tools Used 📁 Project Structure terraform-docker-app/ ├── main.tf ├── apply-log.txt ├── README.md 📝 Steps Performed 1. ✅ Wrote Terraform Configuration File: main.tf 2. ✅ Terraform Commands Used terraform init # Initialize the project terraform plan # See execution plan terraform apply… Read More »

nodejs-demo-app-jenkins

By | August 22, 2025

🛠 Jenkins CI/CD Integration 📌 Overview This project also includes a Jenkins-based CI/CD pipeline that automates the process of building a Docker image from the Node.js app and pushing it to Docker Hub whenever new changes are pushed to GitHub. 🚀 Jenkins Setup Steps ✅ Prerequisites Jenkins installed (Currently installed on local system) Docker installed… Read More »