Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLACEHOLDER] - Place a descriptive title here #519

Closed
alpesh-exigotech opened this issue Oct 30, 2023 · 6 comments
Closed

[PLACEHOLDER] - Place a descriptive title here #519

alpesh-exigotech opened this issue Oct 30, 2023 · 6 comments

Comments

@alpesh-exigotech
Copy link

alpesh-exigotech commented Oct 30, 2023

Hello there,

I am getting below error while creating resource group through Bicep script. How to resolve this error?

image

@danycontre
Copy link
Collaborator

danycontre commented Oct 30, 2023

@alpesh-exigotech thanks for reporting the issue.

The deployment that is failing for you is trying to grant AVD enterprise application access to your pool compute and service objects, this is used by the scaling plan and start VM on connect features.

Please make sure that your Microsoft Entra ID tenant has the following app ID:

  • Name: could be Azure Virtual Desktop or Windows Virtual Desktop
  • AppID: 9cdead84-a844-4324-93f2-b2e6bb768d07

image

If you don't have it on you Entra ID tenant, please check if the Microsoft.DesktopVirtualization resource provider has been registered in a subscription connected to the tenant.

image

@alpesh-exigotech
Copy link
Author

Thank you @danycontre for your guidance. I found that Microsoft.DesktopVirtualization was not registered in my subscription.

After registering it I start getting below error with few successful resource deployments. Can you please let me know what I am missing here.

image

@danycontre
Copy link
Collaborator

@alpesh-exigotech please go inside the AVD-MGMT-Plane* deployment and share the details of the internal deployment that failed.

@alpesh-exigotech
Copy link
Author

@danycontre

Are you referring this one ?

image

@danycontre
Copy link
Collaborator

@alpesh-exigotech checking if you are still having this issue?

Did you select a group to be granted access to AVD resources?

@alpesh-exigotech
Copy link
Author

Hi @danycontre

Thanks for follow up. Yes, I selected group access and it's working. However, I am facing some issues with Private DNS, and I believe that's it related to open issue Azure/bicep#9839 with this. Please correct me if I am referring to older or different issues. For now, I am closing this issue and will open another one for Private DNS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants