# Azure Node Steps (Enterprise)
# Getting Started
TIP
It is important to configure the azure resource model plugin before using these steps: Azure Resource Model (opens new window)
The following properties are present for all node steps, and can be configured at the job, project or framework level.
- Client ID
- The client ID for the application with access to the tenant to view VMs from.
- Project setting: project.azure.clientId
- Framework Setting: azure.clientId
- Tenant ID
- The tenant (organization) in which the VMs live
- Project setting: project.azure.tenantId
- Framework Setting: azure.tenantId
- Subscription ID
- The subscription ID for the appliaction with access to the tenant to view VMs from.
- Project setting: project.azure.subscriptionId
- Framework Setting: azure.subscriptionId
- Azure Access Key
- The access key for the Azure application that contains access to the proper VMs.
- Project setting: project.azure.keyPath
- Framework Setting: azure.keyPath
# Azure / Node / Delete

- Async : Should be set to true if the vm should be deleted asynchronously.
WARNING
Be very careful when using this step. It would be possible to remove a lot of instances by mistake if the node filter is too broad.
# Azure / Node / Start

- Async : Should be set to true if the vm should be started asynchronously.
# Azure / Node / Stop

- Async : Should be set to true if the vm should be stopped asynchronously.
# Azure / Node / Restart

- Async : Should be set to true if the vm should be restart asynchronously.
# Azure / Node / Capture

Async : Should be set to true if the vm should be captured asynchronously.
containerName : destination container name to store the captured VHD
vhdPrefix : the prefix for the VHD holding captured image.
overwriteVhd : whether to overwrites destination VHD if it exists. If set to true, it will be overwritten.