Skip to content

Commit b57e68b

Browse files
authored
Merge pull request #175780 from asudbring/net-patch
Added link to network security article to vnet best practices
2 parents 2201e67 + e77f924 commit b57e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/concepts-and-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As you build your network in Azure, it is important to keep in mind the followin
3131
- Ensure non-overlapping address spaces. Make sure your VNet address space (CIDR block) does not overlap with your organization's other network ranges.
3232
- Your subnets should not cover the entire address space of the VNet. Plan ahead and reserve some address space for the future.
3333
- It is recommended you have fewer large VNets rather than multiple small VNets. This will prevent management overhead.
34-
- Secure your VNet's by assigning Network Security Groups (NSGs) to the subnets beneath them.
34+
- Secure your VNet's by assigning Network Security Groups (NSGs) to the subnets beneath them. For more information about network security concepts, see [Azure network security overview](../security/fundamentals/network-overview.md).
3535

3636
## Next steps
3737

0 commit comments

Comments
 (0)