tryint to add azure virtual desktop, using quickstart

Carlos Pino 20 Reputation points
2025-08-20T17:40:07.6433333+00:00

i am owner of my subscription, yet get this error:

Requires owner or contributor role assignment. Check permission or contact the subscription administrator to change your access.

Windows for business | Windows 365 Business
{count} votes

Accepted answer
  1. Durga Reshma Malthi 11,400 Reputation points Microsoft External Staff Moderator
    2025-08-20T18:37:36.13+00:00

    Hi Carlos Pino

    Go to Azure Portal -> Navigate to Subscriptions -> Select your subscription -> Click on Access control (IAM) -> Under the Role assignments tab, verify that your user account is listed as an Owner or Contributor.

    Assign Desktop Virtualization Contributor Role as this role is tailored for AVD and allows full management of AVD resources (except user/group assignments). You can assign it at the subscription or resource group level - https://learn.microsoft.com/en-us/azure/virtual-desktop/rbac

    If the Azure Portal continues to give you issues, you can try using Azure CLI or PowerShell to create the Azure Virtual Desktop resources.

    az ad sp create-for-rbac --name <your-service-principal-name> --role Contributor --scopes /subscriptions/<your-subscription-id>
    

    Hope this helps!

    Please Let me know if you have any queries.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.