Planning and implementing Azure roles and RBAC for AVD
As with all Azure resources, AVD uses Azure RBAC to assign roles and permissions to users and IT admins, as mentioned earlier. In this section, we will look at the RBAC roles that can be used within AVD, and I will show you how to apply these role assignments and create custom roles.
Tip
RBAC roles that are specific to AVD do appear in the AZ140 exam. You are advised to pay attention to these different roles as you might see a question on them in the exam.
AVD has many built-in management roles that you can use for host pools, app groups, and workspaces. This gives you more granular control over administrative tasks, which can be extremely useful in larger organizations. It is recommended that all organizations leverage RBAC roles to use the least-privilege model, ensuring access to systems is carefully controlled.
Additionally, it is important to note that the roles are named in compliance with Azure’s least...