Azure / Azure/RDS-Templates

Tags Not Applied to VM in Template: azurestackhci-vm.json

Open
#816 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
524
Forks
610
PR merge metrics
No merged PRs in 30d

Description

Hello,

The azurestackhci-vm.json template includes a property for virtualMachineTags, but these tags are not being applied to the virtual machine upon deployment.

[ARM-wvd-templates/nestedtemplates/azurestackhci-vm.json](https://github.com/Azure/RDS-Templates/blob/master/ARM-wvd-templates/nestedtemplates/azurestackhci-vm.json)

Steps to Reproduce:
Deploy the azurestackhci-vm.json template.
Verify the tags on the created virtual machine.
Notice that the virtualMachineTags defined in the template are missing.

I think the issue is due to the fact that although the virtualMachineTags parameter is defined in the template, it is not being referenced in the virtual machine resource. In the resource of type microsoft.azurestackhci/virtualmachineinstances, the tags property is missing.

Best regards,

Contributor guide

No contributing guide indexed for this repository

Research direction

Open ARM-wvd-templates/nestedtemplates/azurestackhci-vm.json and inspect the microsoft.azurestackhci/virtualmachineinstances resource alongside the virtualMachineTags parameter. Deploy the template, then verify that the defined tags appear on the created virtual machine.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.