NTMSAzure Light Mode
Cloud & IT Engineering Academy
CoursesWhatsApp
Enterprise Capstone Projects

Featured Engineering Projects

Real enterprise-style multi-tier lab architectures built step-by-step during NTMS live cohorts.

Azure NetworkingLAB #01

Enterprise Hub & Spoke Network Architecture

Production-grade multi-tenant network topology with centralized firewall inspection

Design and build a central Hub VNet containing an Azure Firewall and VPN Gateway, peered to isolated Spoke VNets. Implement custom Route Tables (UDR) to route all inter-spoke and outbound internet traffic through central threat inspection.

Azure / Cloud Architecture Stack
Hub VNet (10.0.0.0/16)Spoke-1 Dev VNet (10.1.0.0/16)Spoke-2 Prod VNet (10.2.0.0/16)Azure Firewall Premium
Enterprise ArchitectureLAB #02

Secure Auto-Scaling Web Application Platform

High-availability application tier protected by Application Gateway WAF

Deploy an end-to-end multi-tier web application protected by Azure Application Gateway with Web Application Firewall (WAF v2). Route traffic to auto-scaling Virtual Machine Scale Sets deployed in private subnets, backed by Key Vault secrets and Log Analytics monitoring.

Azure / Cloud Architecture Stack
Application Gateway WAF v2Virtual Machine Scale Sets (VMSS)Internal Load BalancerAzure Key Vault
Hybrid InfrastructureLAB #03

Hybrid Cloud Infrastructure & AD Synchronization

Seamless on-premises datacenter extension into Azure cloud workloads

Simulate an enterprise on-premises network connected via Site-to-Site IPsec VPN to an Azure Hub VNet. Configure Entra Connect identity synchronization, hybrid Azure Storage Sync, and Azure Site Recovery VM replication.

Azure / Cloud Architecture Stack
Simulated On-Prem RouterS2S IPsec VPN TunnelAzure VPN GatewayMicrosoft Entra Connect
DevOps & K8sLAB #04

Automated Azure IaC & Security Scanning Pipeline

Zero-touch multi-environment infrastructure delivery with Terraform & Azure DevOps

Create a modular Terraform repository with remote state storage in Azure Blob Storage. Construct an Azure DevOps CI/CD pipeline performing automated formatting, static code analysis (checkov/tfsec), terraform plan generation, and manual gate approval before terraform apply.

Azure / Cloud Architecture Stack
Terraform HCL ModulesAzure Blob Remote StateAzure DevOps PipelinesCheckov Static Scanner
Cloud SecurityLAB #05

Cloud Threat Detection & Automated Incident Response

Enterprise SOC automation with Microsoft Sentinel SIEM and Logic Apps

Ingest security logs across Azure Firewall, Entra ID, and virtual machines into Microsoft Sentinel. Write custom Kusto Query Language (KQL) detection rules for suspicious logons and trigger automated remediation playbooks.

Azure / Cloud Architecture Stack
Microsoft SentinelMicrosoft Defender for CloudKQL Detection RulesAzure Logic Apps Playbooks
Real Proof of Skill

Built by NTMS Learners

Cohort Capstone Submissions
Built during Azure Infrastructure Program

Multi-Region Azure Hub & Spoke Network

Deployed a central Hub VNet with Azure Firewall IDPS routing traffic across peered Spoke subnets, with all database access isolated via Private Endpoints.

Azure VNetAzure Firewall PremiumUDRPrivate Endpoints
Built during DevOps & Terraform Cohort

Automated Multi-Env Terraform IaC Pipeline

Created modular Terraform IaC templates validated by automated Checkov security scans and deployed through Azure DevOps pipeline approval gates.

Terraform HCLAzure DevOps PipelinesCheckovBlob Remote State
Built during Kubernetes Engineering Cohort

Private AKS Cluster with ArgoCD GitOps

Provisioned a private Azure Kubernetes Service cluster configured with automated SSL certificate renewal via Cert-Manager and GitOps continuous delivery.

AKSNGINX IngressArgoCDCert-Manager