Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 582 Bytes

File metadata and controls

30 lines (21 loc) · 582 Bytes

Bootstrap environment deployment

Deploy the bootstrap environment

Run the bootstrap deployment for the required hub environment:

make <hub-environment> bootstrap

Example

make hub-nonlive bootstrap

Find the AVD SP object id (run as someone with AAD read access)

az ad sp show --id <principle id> --query id

Then assign the role (run as Owner)

az role assignment create \
  --assignee-object-id <AVD_SP_OBJECT_ID> \
  --role "Desktop Virtualization Power On Contributor" \
  --scope /subscriptions/<SUBSCRIPTION_ID>