Welcome to Azure Virtual WAN
Azure Virtual WAN is a networking service that brings together a number of networking, security, and routing functionalities to provide a single operational interface. It's designed to provide optimized and automated branch-to-branch and branch-to-internet connectivity through Azure. Virtual WAN enables you to scale your network and enjoy the benefits of Azure's global footprint.
Key Features
Explore the core capabilities of Virtual WAN, including site-to-site VPN, ExpressRoute, VNet connectivity, and hub routing.
Learn More →Getting Started
Begin your journey with Virtual WAN by following our step-by-step guides for deployment and initial configuration.
Start Now →Architecture Best Practices
Understand recommended architectures and design patterns for building robust and scalable networks with Virtual WAN.
Discover Best Practices →Security Features
Leverage integrated security services like Azure Firewall and Network Security Groups within your Virtual WAN deployment.
Explore Security →Featured Tutorials
Deploy a Virtual WAN Hub
Step-by-step guide to deploying your first Virtual WAN hub in Azure.
View Tutorial →Connect Branch Offices
Learn how to configure site-to-site VPN connections for your on-premises branch offices.
View Tutorial →Integrate with ExpressRoute
Discover how to seamlessly integrate your existing ExpressRoute circuits with Virtual WAN.
View Tutorial →Quick Reference
Access essential commands and snippets for managing Azure Virtual WAN using Azure CLI and PowerShell.
Azure CLI Examples
Common Azure CLI commands for Virtual WAN operations.
az network vwan create --name MyVWan --resource-group MyResourceGroup
More CLI →
Azure PowerShell Examples
Common Azure PowerShell cmdlets for Virtual WAN.
New-AzVirtualWan -VirtualWanName "MyVWan" -ResourceGroupName "MyResourceGroup"
More PowerShell →