VPN Gateway for hybrid connectivity
📖 Scenario: You work for a company that wants to connect their on-premises network securely to their Azure virtual network. They want to use a VPN Gateway to create a hybrid connection.
🎯 Goal: Build an Azure VPN Gateway configuration that connects an on-premises network to an Azure virtual network using a site-to-site VPN.
📋 What You'll Learn
Create a resource group named
HybridNetworkRGCreate a virtual network named
HybridVNet with address space 10.1.0.0/16Create a subnet named
GatewaySubnet with address prefix 10.1.255.0/27Create a public IP address resource named
VpnGatewayPublicIPCreate a VPN Gateway named
HybridVpnGateway in the resource groupConfigure the VPN Gateway with
VpnGw1 SKU and RouteBased VPN typeCreate a local network gateway named
OnPremisesGateway with on-premises address space 192.168.0.0/24 and IP address 203.0.113.1Create a VPN connection named
SiteToSiteConnection between the VPN Gateway and the local network gatewayUse a shared key
Azure123! for the VPN connection💡 Why This Matters
🌍 Real World
Companies use VPN Gateways to securely connect their on-premises networks to Azure virtual networks, enabling hybrid cloud scenarios.
💼 Career
Cloud engineers and network administrators often configure VPN Gateways to establish secure hybrid connectivity between cloud and on-premises environments.
Progress0 / 4 steps