awaiting_allocation state, which starts running when allocation becomes available.
Create a deployment
dev pool, each configured
according to the referenced instance template.
Use with a procurement
A generic deployment manages instances but does not buy or sell capacity. Pair it with anode_count procurement on the same pool and instance SKU to
manage capacity automatically. The deployment creates or removes instances to meet its target, and
the procurement counts all non-terminated instances, including those awaiting allocation, when it
decides how much compute to buy or offer for sale.
Instance templates
A deployment references an instance template that defines the image, cloud-init script, and other configuration for each instance. Create an instance template first, then reference it in the deployment. Updating the instance template only affects new instances created by the deployment.Instance name templates
Instances created by a deployment get auto-generated names. You can provide a naming pattern with--instance-name-template to give instances predictable names.