Create

Estimated reading: 3 minutes 1010 views

Creates a new virtual machine from a disk or image on Azure environment.

Properties

INPUT

AdminPassword*:  Specifies the password for the provided username. This field supports only SecureString variables.

AdminUsername*; Specifies the administrator’s username for the virtual machine. This field supports only strings and String variables.

AzureRegion*: Establishes the Azure region (which is an area within a geographical place, containing one or more datacenters) of the virtual machine. If not specified, the region from the resource group is used. If a custom image is provided, then it uses the region specified for the image. This field supports only strings and String variables. The possible values are listed in the below drop-down list. More information about the Region parameter’s possible values can be found here.

ComputerName*: Specifies the name of the computer. This field supports only strings and String variables.

Disk:* Specifies the disk of the virtual machine.

DNSName: Specifies the name label of the DNS. This field supports only strings and String variables.

Image: *Specifies the virtual machine image. Make sure to input a value for one of the following parameters: Disk or Image. If both parameters are set, then only Disk is taken into consideration.

ImageLicensed :Specifies the use of an Azure or on-premises license. The possible values are AzureLicensedWindowsClient, and WindowsServer. The default value is AzureLicensed.

Name: *Specifies the name of the new virtual machine. This field supports only strings and String variables.

OSDiskType:* Specifies the OS disk type. This value is ignored if the virtual machine is created from disk. The possible values are StandardLRSPremiumLRSStandardSSDLRS, and UltraSSDLRS. The default value is StandardLRS.

ResourceGroupName:* Specifies the name of the resource group. This field supports only strings and String variables.

Size:Specifies the size of the virtual machine. The possible values are listed in the below drop-down list.

SSHPublicKey:* Specifies the SSH public key. This field supports only SecureString variables.

MISC

DisplayName: The display name of the activity. This field supports only strings and String variables.

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 indicates the version of the activity.

OUTPUT

Result: Gives the success status of the activity.

Represents mandatory fields to execute the workflow.

Notes

1. Make sure to input a value for one of the following parameters: Passwordor SSHPublicKey. If both parameters are set, then only SSHPublicKeyis taken into consideration.

Share this Doc

Create

Or copy link

CONTENTS