Skip to content

Commit 9ae90d0

Browse files
committed
fixes
1 parent e932b54 commit 9ae90d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/virtual-network/secure-virtual-network.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Azure Virtual Network is the fundamental building block for your private network
1616

1717
This article provides guidance on how to best secure your Azure Virtual Network deployment.
1818

19+
## Virtual Network architecture
20+
21+
- **Isolate and control network traffic**: Segment, isolate, and control network traffic across both ingress and egress flows. Apply defense in depth principles by using localized network controls at all available network boundaries across both east-west and north-south traffic. To minimize network visibility, segment your network and start with least-privilege network controls.
22+
23+
- **Filter traffic**: Ensure that traffic that enters a boundary is expected, allowed, and safe.
24+
25+
- **Apply firewalls at the edge**: Internet edge traffic is north-south traffic and includes ingress and egress. To detect or block threats, an edge strategy must mitigate as many attacks as possible to and from the internet.
26+
1927
## Network security
2028

2129
Network security for Virtual Networks focuses on controlling traffic flow, implementing network segmentation, and protecting against external threats. Proper network security controls help isolate workloads, prevent lateral movement, and defend against distributed denial-of-service attacks.

0 commit comments

Comments
 (0)