In this challenge you will be connecting several VNets to Virtual WAN and achieve a full mesh connectivity. This will be the foundation for more complex scenario's in future challenges.
Please check with your coach whether the VNets have been pre-created or whether they need to be created as part of this challenge.
Deploy an Azure Virtual WAN with 2 hubs. Connect 2 VNets on each hub. Especially for deploying VMs and VNets, it is recommended using the Azure CLI (az vm create) or Azure PowerShell (New-AzVM).
If you want to save some time there's a sample Azure CLI script available here which allows you to easily create multiple VNets with a test VM in each of them.
Sample topology:
- Make sure Virtual Machines from different VNets on the same hub can communicate
- Make sure Virtual Machines from different VNets on different hubs can communicate