Cloud provider
Azure
Motherboard
Keywords
Virtual WANVirtual HubsVirtual NetworksAzure Disaster RecoveryMulti-region Deployment
Summary
Azure vWan is an architecture designed for connecting and managing virtual networks in the Azure cloud environment.
Resources
To create the Azure vWan architecture, we need the following Terraform resources:
- azurerm_virtual_wan
- azurerm_virtual_hub
- azurerm_virtual_network
- azurerm_subnet
- azurerm_virtual_network_gateway
- azurerm_local_network_gateway
- azurerm_virtual_wan_vpn_gateway_connection
These resources will help in setting up the virtual WAN, virtual hubs, virtual networks, subnets, virtual network gateways, local network gateways, and VPN gateway connections required for the architecture.