B efore beginning towards Azure Networking concepts, one should have basic understanding of networking terms that is going to be used as networking parameters. This article covers some of the fundamental term of Networking that are most widely used in Azure. Below are the topics that we are going to cover: Virtual Network (VNET) Subnet IP Addressing Private IP Public IP Network Security Group (NSG) Internet Gateway Azure Peering Virtual Private Network (VPN) Network Address Translation (NAT) 1. Virtual Network (VNET) An Azure Virtual Network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription. The traffic could not be ingested inside your Virtual network or cannot go outside your virtual network unless you enable gateway or peering to your virtual network. Only the external traffic will be allowed when you create any gateway for your virtual network. Gateway...