Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
331 stars 210 forks source link

The template parameter 'vmName' is not found #553

Closed brettchevy closed 10 months ago

brettchevy commented 10 months ago

What happened? Provide a clear and concise description of the bug, including deployment details.

I've deployed this template a couple weeks ago successfully. I'm testing another deployment to a new subscription and it seems like to matter what options I choose it still keeps failing validation with the following message: {"code":"InvalidTemplate","message":"Deployment template validation failed: 'The template parameter 'vmName' is not found. Please see https://aka.ms/arm-syntax-parameters for usage details.'."}

Raw error:

{ "code": "InvalidTemplate", "message": "Deployment template validation failed: 'The template parameter 'vmName' is not found. Please see https://aka.ms/arm-syntax-parameters for usage details.'." }

Please provide the correlation id associated with your error or bug.

There is no ID

What was the expected outcome?

No response

Relevant log output

No response

danycontre commented 10 months ago

@brettchevy thanks for your feedback we are checking.

danycontre commented 10 months ago

@brettchevy please confirm if you are deploying from the Aure GitHub using the portal UI or from a fork/copy.

Tried replicating the issue with different settings but on all combinations the deployment successfully validated the template.

brettchevy commented 10 months ago

I was using the link for the portal deployment.

https://portal.azure.com/#view/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Favdaccelerator%2Fmain%2Fworkload%2Farm%2Fdeploy-baseline.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Favdaccelerator%2Fmain%2Fworkload%2Fportal-ui%2Fportal-ui-baseline.json

I just refreshed and ran through the same selections again and it appears to pass the review stage.

Thanks,

Brett

From: Dany Contreras @.> Sent: Thursday, December 7, 2023 4:32 PM To: Azure/avdaccelerator @.> Cc: Chevalier, Brett @.>; Mention @.> Subject: Re: [Azure/avdaccelerator] The template parameter 'vmName' is not found (Issue #553)

@brettchevyhttps://github.com/brettchevy please confirm if you are deploying from the Aure GitHub using the portal UI or from a fork/copy.

- Reply to this email directly, view it on GitHubhttps://github.com/Azure/avdaccelerator/issues/553#issuecomment-1846263406, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEPKHNFA5LYQIUAPDP4RLX3YIJGV7AVCNFSM6AAAAABAIAEPSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWGI3DGNBQGY. You are receiving this because you were mentioned.Message ID: @.**@.>>

CONFIDENTIALITY NOTICE: This e-mail, including any attachments, is for the sole use of Childrens Hospital Colorado and the intended recipient(s). It may contain confidential and privileged information or may otherwise be protected by law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message and any attachment thereto.


danycontre commented 10 months ago

@brettchevy thanks for the updates.