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
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,
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
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,