NTMS Architecture Lab
Explore how real enterprise cloud environments are designed, connected, secured, and operated.
Think in Architecture. Not Just Services.
Click any Azure resource component node in the topology below to inspect its enterprise function, traffic flow, security controls, and troubleshooting steps.
Azure Firewall Premium
Hub Security • Azure Resource SpecEnterprise Function
Acts as the central network security virtual appliance in the Hub VNet, performing stateful Layer 4-7 traffic inspection, Intrusion Detection and Prevention (IDPS), TLS inspection, and outbound FQDN filtering.
Traffic Flow Path
All traffic between Spoke VNets (East-West) and outbound internet traffic (North-South) is forced through the Azure Firewall via User-Defined Routes (UDR).
Security & Governance Controls
- •IDPS signature rules set to Deny mode
- •Network Rules for IP/Port protocol restriction
- •Application Rules restricting outbound FQDNs to allowed domains
Common Engineering Mistakes
- •Forgetting to enable IP forwarding on NVA NICs
- •Not configuring 0.0.0.0/0 route in UDR, causing internet traffic to bypass firewall
- •Overlapping NSG rules overriding firewall intent
Production Blueprint Library
Architectural blueprints taught step-by-step in NTMS live cohorts.
Azure Enterprise Hub & Spoke Network
Multi-subscription network isolation with central firewall & UDR routing
Public ingress passes through Azure Firewall; inter-spoke East-West traffic is forced through central IDPS inspection; database queries route via Private Endpoints.
- Azure Firewall Layer 7 Application Rules
- NSG Subnet Isolation
- Disabled Public IPs on Compute
Secure Auto-Scaling Web Application Platform
Multi-tier web platform with Application Gateway WAF and VM Scale Sets
HTTPS clients hit WAF v2; WAF terminates TLS and forwards traffic to auto-scaling VMSS instances in private subnets.
- OWASP Top 10 WAF rules
- Key Vault Secretless Managed Identity
- Log Analytics Telemetry
Hybrid Cloud Identity & Storage Blueprint
Datacenter extension with S2S VPN tunnel & Entra Connect sync
On-premises users authenticate via Entra Connect hybrid identity and store files synced securely to Azure Blob Storage over IPsec VPN.
- IPsec IKEv2 AES-256 Encryption
- Conditional Access MFA
- Storage Account Soft Delete
Zero Trust Security Operations Center (SOC)
Threat detection & automated incident response with Microsoft Sentinel
Security logs stream from Azure Firewall, Entra ID, and VMs into Sentinel; KQL rules detect malicious logons and trigger automated playbook IP isolation.
- KQL Real-time Alerting
- Risk-based Conditional Access
- Automated Logic Apps Playbook Remediation