Post-deployment cleanup
Once you have deployed Azure Virtual Desktop, you will see that two resource groups have been created – one marked with a prefix of -avd
, which specifies all the resources you require for Azure Virtual Desktop to function, and another marked with a prefix of -deployment
, which specifies all the resources that will be used to automate the deployment of the Azure Virtual Desktop environment within your subscription:
Figure 19.17 – Two resource groups created by the Getting started feature
If you have used the Getting started feature to deploy an Azure Virtual Desktop environment without an identity, such as when using a new Azure AD DS, then you will see three resource groups marked with the -deployment
, -avd
, and -Prerequisite
prefixes.
In the following screenshot, you can see the resources that have been used to deploy the Azure Virtual Desktop environment:
![Figure 19.18 – The -deployment resource group's contents](https://static.packt-cdn.com/products/9781801075022/graphics/image/B17392_19_18.jpg)
Figure 19.18 – The -deployment...