Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 2.04 KB

00-Pre-Reqs.md

File metadata and controls

48 lines (28 loc) · 2.04 KB

Challenge 0: Getting started

Home - Next Challenge>

Introduction

This challenge is to ensure that all the pre-requisites and/or concepts to start the planning and deployment for Azure Virtual Desktop (AVD) are in place.

Description

Thinking about the pre-reqs needed for Azure Virtual Desktop. Be ready to explain the pre-reqs and/or concepts needed for a succesful deployment.

  1. At least one Student should have Global Admin rights to the Tenant and Owner rights to the subscription.
  2. Other students need a minimum of Contributor access on the subscription.
  3. M365 Licenses should be assigned to the test users.

Deploy Resource Groups

POWERSHELL

New-AzSubscriptionDeployment -Location 'eastus' -TemplateUri 'https://raw.githubusercontent.com/microsoft/WhatTheHack/master/037-AzureVirtualDesktop/Student/Resources/challenge-00_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-00_Template.json' --verbose

Success Criteria

  1. Users are assigned to the correct roles
  2. Licenses are assigned to the users.

NOTE: Identity will be used for many aspects - permissions and assignments for example, remember to think about this.

Learning Resources

What is Azure Virtual Desktop?

Az-140 ep01 | Mgmt grp Subs Resource grp

Az-140 ep02 | Configure Active Directory | Azure AD DNS

Az-140 ep05 | AVD Network Planning

Az-140 ep06 | Plan AVD License