You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: