Deploy Master Image from Gallery image version

Creates a new Master Image by deploying a fresh VM from a gallery image version.
This is a long-running operation: the endpoint returns immediately with a Job tracking object.
Poll the Job StatusUrl for progress updates. The Master Image starts in Deploying status
and transitions to Ready when the VM is provisioned.

Body Params

The deploy configuration including gallery source, infrastructure, and credentials

Request to deploy a new Master Image VM from an Azure Compute Gallery image version.

uuid
required

Internal subscription ID that owns the source gallery and target resources.

string
required
length ≥ 1

Source gallery image version to deploy from (full ARM resource ID).

string | null

Optional target Azure region for the new Master VM deployment.

string
required
length ≥ 1

Target subnet for the new VM (full ARM resource ID, identifies both the VNet and subnet).

string
required
length between 1 and 64

Target VM size.

string
required
length between 1 and 64

Target OS disk storage account type.

int32 | null
1 to 4095

Optional OS disk size in GiB. Defaults to the source image version's disk size when omitted.
Cannot be less than the source image disk size.

string | null

Optional target Azure Compute Gallery for the new Image Definition (full ARM resource ID).

string | null
^[-\w.()]{0,89}[-\w()]$

Optional target Azure Resource Group for the new VM.

string
required
length between 1 and 64
^[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9]$|^[a-zA-Z0-9]$

Name for the new Master VM, display name, and ACG Image Definition name.

string
enum
required
string
required
length between 1 and 20

OS version/build string.

string
required
length between 1 and 64

Local administrator username for the new VM.

string
required
length between 12 and 123

Local administrator password for the new VM.

string | null

Optional description for the Master Image.

string | null

Optional Image Definition publisher override.

string | null

Optional Image Definition offer override.

string | null

Optional Image Definition SKU override.

Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json