Azure / RDS-Templates

ARM Templates for Remote Desktop Services deployments
MIT License
477 stars 605 forks source link

Request to add more parameters to nestedtemplates #799

Open jackluz84 opened 1 month ago

jackluz84 commented 1 month ago

Hello, I use template RDS-Templates/ARM-wvd-templates/AddVirtualMachinesToHostPool.json to regularly add my VMs to hostpools.

The nested template this is referencing is here: ARM-wvd-templates/nestedtemplates/managedDisks-customimagevm.json

I would like to see these two parameters added to the nested template: managedDisks-customimagevm.json, and the AddVirtualMachinesToHostPool.json: CapacityReservationGroupId and osdiskdeleteoption.

For example like this in the template. It would be nice to have the option to delete the disk with the AVD VM, and to assign to capacity reservation group at the time of VM creation.

"capacityReservationGroupId": { "value": "[parameters('capacityReservationGroupId')]" }, "storageProfile": { "osDisk": { "deleteOption": "[parameters('osDiskDeleteOption')]" }

Is this possible?

jackluz84 commented 1 month ago

Hi, Just trying to bump this so someone sees it

jackluz84 commented 1 week ago

Does anyone monitor this?