I'm generating VMs and deploying content to them programmatically via the API however obviously I cannot deploy until the VM has finished provisioning and is in a 'Running' state. There doesn't seem to be an API call to determine when that happens? I can
query the operations API with the request id of the Role creation REST call although that returns that is has completed pretty quickly, well before the machine has completed provisioning. Am I missing something?
↧