Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.56 KB

01-any_to_any.md

File metadata and controls

31 lines (18 loc) · 1.56 KB

Challenge 1: Any to Any connectivity

Home - Next Challenge >

Introduction

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.

Description

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:

topology

Success Criteria

  • 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

Learning Resources