Skip to content

Commit

Permalink
Add note about AVD SP ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sindkor committed Jan 25, 2023
1 parent ac4c3e6 commit 0348ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rbac.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ data "azuread_users" "admins" {
user_principal_names = var.avd_admins_upns
}

# This is the service principal for the Microsoft-managed AVD application
# It will vary depending on when your tenant first registered for AVD,
# But its application ID will always be the one below, see:
# https://learn.microsoft.com/en-us/azure/virtual-desktop/start-virtual-machine-connect?tabs=azure-portal
data "azuread_service_principal" "avd" {
application_id = "9cdead84-a844-4324-93f2-b2e6bb768d07"
}
Expand Down

0 comments on commit 0348ae7

Please sign in to comment.