azure-sdk-for-java
azure-sdk-for-java copied to clipboard
mgmt, design, sample for beginCreate VM
Some user need to batch create large numbers of VM.
Would like a sample to demonstrate alternative to polling.
Consider:
- create dependency resources like network (may include NIC, or not)
- use
virtualMachines().define(...)....beginCreate()
on VM (5 to 10) - use Azure Resource Graph (or
list
, is having problem publish the sample with ARG) to batch query the status (the number of provisioningState=Succeeded ?).