From 30b9cc2060e96dd99b12743bb4c959181a403e91 Mon Sep 17 00:00:00 2001 From: Adil Ha Date: Fri, 11 Mar 2022 11:26:31 -0500 Subject: [PATCH] fixing doc typo in hubnetwork-azfw (#211) Co-authored-by: Adil Ha --- docs/archetypes/hubnetwork-azfw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/archetypes/hubnetwork-azfw.md b/docs/archetypes/hubnetwork-azfw.md index fdbbdea6..ba00fecb 100644 --- a/docs/archetypes/hubnetwork-azfw.md +++ b/docs/archetypes/hubnetwork-azfw.md @@ -25,7 +25,7 @@ The recommended network design achieves the purpose of hosting [**Protected B** * Hub links to a spoke MRZ Virtual Network (Management Restricted Zone) for management, security, and shared infrastructure purposes (i.e. Domain Controllers, Secure Jumpbox, Software Management, Log Relays, etc.). * Spokes contains RZ (Restricted Zone) for line of business workloads, including dedicated PAZ (Public Access Zone), App RZ (Restricted Zone), and Data RZ (Data Restricted Zone). * All ingress traffic traverses the hub's firewall, and all egress to internet routed to the firewall for complete traffic inspection for virtual machines. PaaS and Managed IaaS services will have direct communication with the Azure control plane to avoid asymmetric routing. -* No public IPs allowed in the landing zone spokes for virtual machines. Public IPs for landing zones are only allowed in the external area network (EAN). Azure Policy is in place to present Public IPs from being directly attached to Virtual Machines NICs. +* No public IPs allowed in the landing zone spokes for virtual machines. Public IPs for landing zones are only allowed in the external area network (EAN). Azure Policy is in place to prevent Public IPs from being directly attached to Virtual Machines NICs. * Spokes have network segmentation and security rules to filter East-West traffic and Spoke-to-Spoke traffic will be denied by default in the firewall. * Most network operations in the spokes, as well as all operations in the hub, are centrally managed by networking team. * In this initial design, the hub is in a single region, no BCDR plan yet.