https://github.com/dcnsakthi/azseccon
Azure Secure Connectivity - VPN/ExpressRoute and Networking
https://github.com/dcnsakthi/azseccon
Last synced: about 1 month ago
JSON representation
Azure Secure Connectivity - VPN/ExpressRoute and Networking
- Host: GitHub
- URL: https://github.com/dcnsakthi/azseccon
- Owner: dcnsakthi
- License: mit
- Created: 2023-06-05T08:35:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T09:51:00.000Z (about 2 years ago)
- Last Synced: 2025-02-17T17:52:42.466Z (4 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Secure Connectivity
Azure Secure Network Connectivity - ExpressRoute and Virtual Private Network.- [ExpressRoute (ER)](https://github.com/dcnsakthi/azsecureconnectivity/#expressroute-er)
- [Virtual Private Network (VPN)](https://github.com/dcnsakthi/azsecureconnectivity/#virtual-private-network-vpn)
- [Site-to-Site (S2S)](https://github.com/dcnsakthi/azsecureconnectivity/#site-to-site-s2s)
- [Point-to-Site (P2S)](https://github.com/dcnsakthi/azsecureconnectivity/#point-to-site-p2s)
- [VNet-to-VNet (V2V)](https://github.com/dcnsakthi/azsecureconnectivity/#vnet-to-vnet-v2v)#### ExpressRoute (ER)
ExpressRoute (ER) in Azure is a networking service that provides a dedicated and private connection between your on-premises network and Microsoft Azure. It offers a reliable, low-latency, and high-bandwidth connection that bypasses the public internet, ensuring a secure and consistent data transfer experience.
#### Virtual Private Network (VPN)
A Virtual Private Network (VPN) in Azure is a secure and encrypted connection that allows you to establish a private network connection between your on-premises infrastructure and your Azure resources. It enables secure communication and data transfer between your local network and Azure, extending your on-premises network into the cloud.With Azure VPN, you can connect your virtual networks in Azure (VNet-to-VNet), connect your on-premises network to Azure (Site-to-Site), or enable remote access for individual users (Point-to-Site).

##### Site-to-Site (S2S)
Site-to-Site (S2S) connectivity in Azure is a networking configuration that allows you to establish a secure and encrypted connection between your on-premises network and Azure virtual networks. It enables seamless integration and communication between your local network and resources deployed in Azure.
##### Point-to-Site (P2S)
Point-to-Site (P2S) connectivity in Azure is a networking configuration that allows individual remote users to securely access Azure resources from remote locations. It enables users to connect to Azure virtual networks over the internet without requiring a site-to-site VPN connection.
##### VNet-to-VNet (V2V)
VNet-to-VNet (V2V) connectivity in Azure is a networking configuration that allows you to establish a secure and private connection between two Azure virtual networks. It enables seamless communication and resource access between the virtual networks, providing a distributed and interconnected network infrastructure within Azure.
In many cases, these connectivity options, such as ExpressRoute and VPN (S2S and P2S), coexist to fulfill different networking and connectivity needs of customers.
