Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add more parameters to nestedtemplates #799

Open
jackluz84 opened this issue Aug 15, 2024 · 2 comments
Open

Request to add more parameters to nestedtemplates #799

jackluz84 opened this issue Aug 15, 2024 · 2 comments

Comments

@jackluz84
Copy link

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
Copy link
Author

Hi,
Just trying to bump this so someone sees it

@jackluz84
Copy link
Author

Does anyone monitor this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant