Redeploy virtual machine
step
This step redeploys a set of Azure virtual machines.
azure-virtual-machines-step-vm-redeploy
This Azure step container redeploys a set of Azure virtual machines in an Azure subscription given a set of resource IDs.
Notes
To get the Azure VM resource IDs, try the following command using the Azure CLI:
$ az vm list | jq ".[].id"
"/subscriptions/c8236dee-c104-452b-8128-f448c65d18fe/resourceGroups/my-rg/providers/Microsoft.Compute/virtualMachines/my-vm-1"
"/subscriptions/c8236dee-c104-452b-8128-f448c65d18fe/resourceGroups/my-rg/providers/Microsoft.Compute/virtualMachines/my-vm-2"
For more information on Resource IDs, check out the documentation.