AzureCompute: Start VM
Description
Use the step to start a virtual machine on Azure.
Permissions
- Microsoft.Resources/subscriptions/resourceGroups/read
- Microsoft.Compute/virtualMachines/read
- Microsoft.Compute/virtualMachines/start/action
API Reference: Start Virtual Machine
Configurations
Field name | Description |
---|---|
Step name | Specify a unique name for the step. |
CONNECTION tab: | Connection fields |
Tenant ID | Specify the Tenant ID of Microsoft Account. Data type is String. The field is mandatory. |
Client ID | Specify the Client ID of the application created in Microsoft Account. Data type is String. The field is mandatory. |
Client Secret | Specify the Client Secret generated in Microsoft Account. Data type is Secure String. The field is mandatory. |
Button: Test Connection | Click Test Connection button to verify whether the connection is available or not. |
INPUT tab: | Input Fields |
Subscription ID | Specify the subscription ID that uniquely identifies the Microsoft Azure Subscription. Data type is String. The field is mandatory. |
Resource Group | Specify the name of the resource group. Data type is String. The field is mandatory. Note: Button: Get Click to populate the list of available resource groups. To populate the list, user must specify a valid subscription ID. |
Virtual Machine Name | Specify the name of the virtual machine you want to start. Data type is String. The field is mandatory. Note: Click to populate the list of available virtual machines. To populate the list, user must specify a valid resource group and subscription ID. |