Start

Estimated reading: 1 minute 1009 views

The Start operation is used to start an existing virtual machine in the Azure environment. This action is typically performed to power on a VM that has been stopped or deallocated.

Properties

INPUT

VirtualMachine:* Specifies the name of the virtual machine you want to start. This field supports only String variables. Example: “MyVM”

MISC

DisplayName: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

Skiponerror: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It specifies the version of the AzureVm feature in use.

OUTPUT

Result: Provides the success status of the operation. This field indicates whether the VM was successfully started or if there were any issues during the operation.

Represents mandatory fields to execute the workflow

Notes

1. Ensure that the virtual machine is in a stopped or deallocated state before attempting to start it. If the VM is already running, this operation will have no effect.

Share this Doc

Start

Or copy link

CONTENTS