Skip to content

Commit 00510f1

Browse files
authored
Merge pull request #85856 from rajatroy-dev/master
Fixed typo
2 parents d4098b2 + 26a5a2a commit 00510f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/networking/fundamentals/networking-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This section describes services that provide connectivity between Azure resource
2828

2929
### <a name="vnet"></a>Virtual network
3030

31-
Azure Virtual Network (VNet) is the fundamental building block for your private network in Azure. You can use a VNets to:
31+
Azure Virtual Network (VNet) is the fundamental building block for your private network in Azure. You can use VNets to:
3232
- **Communicate between Azure resources**: You can deploy VMs, and several other types of Azure resources to a virtual network, such as Azure App Service Environments, the Azure Kubernetes Service (AKS), and Azure Virtual Machine Scale Sets. To view a complete list of Azure resources that you can deploy into a virtual network, see [Virtual network service integration](../../virtual-network/virtual-network-for-azure-services.md).
3333
- **Communicate between each other**: You can connect virtual networks to each other, enabling resources in either virtual network to communicate with each other, using virtual network peering. The virtual networks you connect can be in the same, or different, Azure regions. For more information, see [Virtual network peering](../../virtual-network/virtual-network-peering-overview.md).
3434
- **Communicate to the internet**: All resources in a VNet can communicate outbound to the internet, by default. You can communicate inbound to a resource by assigning a public IP address or a public Load Balancer. You can also use [Public IP addresses](../../virtual-network/ip-services/virtual-network-public-ip-address.md) or public [Load Balancer](../../load-balancer/load-balancer-overview.md) to manage your outbound connections.
@@ -181,4 +181,4 @@ For more information, see [What is Virtual Network TAP](../../virtual-network/vi
181181

182182
- Create your first virtual network, and connect a few VMs to it, by completing the steps in the [Create your first virtual network](../../virtual-network/quick-create-portal.md?toc=%2fazure%2fnetworking%2ftoc.json) article.
183183
- Connect your computer to a virtual network by completing the steps in the [Configure a point-to-site connection article](../../vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md?toc=%2fazure%2fnetworking%2ftoc.json).
184-
- Load balance Internet traffic to public servers by completing the steps in the [Create an Internet-facing load balancer](../../load-balancer/quickstart-load-balancer-standard-public-portal.md?toc=%2fazure%2fnetworking%2ftoc.json) article.
184+
- Load balance Internet traffic to public servers by completing the steps in the [Create an Internet-facing load balancer](../../load-balancer/quickstart-load-balancer-standard-public-portal.md?toc=%2fazure%2fnetworking%2ftoc.json) article.

0 commit comments

Comments
 (0)