Virtual Private Networks
- We use VPN’s to connect to network privately and there are two types of vpn’s
- Point-to-Site

- Site-to-Site

- Point-to-Site
- When a Site-to-Site connection is create we have to provide configuration for both sides of connection i.e Azure and On-premises.
- Local Gateway: Although it is created in Azure, it represents your on-premises network and holds configuration information of your local network
- Virtual Network Gateway: We need to create a virtual network gateway in order to create a VPN Connection between local and Azure Networks

- Generally when we want to connect our on-premise to Azure, it doesnot makes sense to create a vpn connection for every VNET we create, for this we can use hub-spoke topology Refer Here
