Skip to content

Commit b859722

Browse files
authored
Update 2-explore-azure-virtual-networks.md
1 parent 38d8eba commit b859722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/introduction-to-azure-virtual-networks/includes/2-explore-azure-virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure VNets enable resources in Azure to securely communicate with each other, t
1515
- **Communication between Azure resources.** There are four key mechanisms through which Azure resource can communicate: VNets, VNet service endpoints, VNet private endpoints and VNet peering.
1616
- **Communication between on-premises resources.** You can connect your on-premises computers and networks to a virtual network using any of the following options: Point-to-site virtual private network (VPN), Site-to-site VPN, and Azure ExpressRoute.
1717
- **Filtering network traffic.** You can filter network traffic between subnets using any combination of network security groups and network virtual appliances.
18-
- **Routing network traffic.** Azure routes traffic between subnets, connected virtual networks, and on-premises networks.. You can implement route tables or border gateway protocol (BGP) routes to override the default routes Azure creates.
18+
- **Routing network traffic.** Azure routes traffic between subnets, connected virtual networks, and on-premises networks. You can implement route tables or border gateway protocol (BGP) routes to override the default routes Azure creates.
1919

2020
## Design considerations for Azure Virtual Networks
2121

0 commit comments

Comments
 (0)