Challenge 2: Implement and Manage Networking for AVD

< Previous Challenge - Home - Next Challenge >

Introduction

In this challenge you will be setting up networking resources in order to deploy Azure Virtual Desktop. Your spoke virtual networks will be connected to your HUB vnet. Connectivity would need to be established for each virtual network in its respected region.

Description

In this challenge you will create the topology described in this diagram:

WVD Architecture

Deploy HUB

POWERSHELL

New-AzSubscriptionDeployment -Location 'eastus' -TemplateUri 'https://raw.githubusercontent.com/microsoft/WhatTheHack/master/037-AzureVirtualDesktop/Student/Resources/challenge-02_Template.json' -Verbose

AZURE CLI

az deployment sub create --location 'eastus' --template-uri 'https://raw.githubusercontent.com/microsoft/WhatTheHack/master/037-AzureVirtualDesktop/Student/Resources/challenge-02_Template.json' --verbose

Success Criteria

  1. Hub and spoke topology with one hub and three spokes
  2. Participants should be able to control inbound and outbound rules on AVD subnets
  3. Participants should be able to monitor, diagnose, view metrics, and enable or disable logs for networks

Advanced Challenges (Optional)

If you would like to dive deeper in AVD networking: