Recently had a requirement to limit the number of VM requests per submission in vRA 6.2
By default, there are currently no controls in place to limit this value.
Checked around in VMware and found a solution:
NOTE: Unsupported solution
- Go to Windows IaaS server
- Go to the following path: C:\Program Files (x86)\VMware\vCAC\Server\Website\Leases
- Edit ConfirmNewRequest.aspx
- Look for trMachineCount element and edit the number to the desired value
Enjoy!