Azure Policy Configuration Policy Assignment
This page shows how to write Terraform and Azure Resource Manager for Policy Configuration Policy Assignment and write them securely.
azurerm_virtual_machine_configuration_policy_assignment (Terraform)
The Configuration Policy Assignment in Policy can be configured in Terraform with the resource name azurerm_virtual_machine_configuration_policy_assignment
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
The following arguments are supported:
name
- (Required) The name of the Virtual Machine Configuration Policy Assignment. Changing this forces a new resource to be created.location
- (Required) The Azure location where the Virtual Machine Configuration Policy Assignment should exist. Changing this forces a new resource to be created.virtual_machine_id
- (Required) The resource ID of the Virtual Machine which this Guest Configuration Assignment should apply to. Changing this forces a new resource to be created.
configuration
- (Required) Aconfiguration
block as defined below.
An configuration
block supports the following:
name
- (Required) The name of the Guest Configuration that will be assigned in this Guest Configuration Assignment.parameter
- (Optional) One or moreparameter
blocks which define what configuration parameters and values against.version
- (Optional) The version of the Guest Configuration that will be assigned in this Guest Configuration Assignment.
An parameter
block supports the following:
name
- (Required) The name of the configuration parameter to check.value
- (Required) The value to check the configuration parameter with.
In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Virtual Machine Configuration Policy Assignment.
Explanation in Terraform Registry
Applies a Configuration Policy to a Virtual Machine.
Microsoft.Compute/virtualMachines (Azure Resource Manager)
The virtualMachines in Microsoft.Compute can be configured in Azure Resource Manager with the resource name Microsoft.Compute/virtualMachines
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('SharedVmConfig').location]",
"properties": {
"hardwareProfile": {
"vmSize": "[parameters('SharedVmConfig').vmSize]"
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('SharedVmConfig').location]",
"properties": {
"hardwareProfile": {
"vmSize": "[parameters('SharedVmConfig').vmSize]"
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('SharedVmConfig').location]",
"dependsOn": [
"[variables('ImageName')]"
],
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('SharedVmConfig').location]",
"properties": {
"hardwareProfile": {
"vmSize": "[parameters('SharedVmConfig').vmSize]"
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('SharedVmConfig').location]",
"dependsOn": [],
"properties": {
"hardwareProfile": {
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"location": "[parameters('SharedVmConfig').location]",
"properties": {
"hardwareProfile": {
"vmSize": "[parameters('SharedVmConfig').vmSize]"
"type": "Microsoft.Compute/virtualMachines",
"name": "[parameters('vmName')]",
"apiVersion": "2017-03-30",
"location": "[parameters('vmLocation')]",
"identity": {
"type": "SystemAssigned"
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "2016-04-30-preview",
"location": "[resourceGroup().location]",
"dependsOn": [
"Microsoft.Network/networkInterfaces/dc1nic1"
],
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "[parameters('computeSettings').computeApiVersion]",
"location": "[parameters('computeSettings').location]",
"properties": {
"osProfile": {
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmName": {
Parameters
apiVersion
required - stringextendedLocation
optionalname
optional - stringThe name of the extended location.
type
optional - stringThe type of the extended location.
identity
optionaltype
optional - stringThe type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
userAssignedIdentities
optional - undefinedThe list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
location
required - stringResource location
name
required - stringThe name of the virtual machine.
plan
optionalname
optional - stringThe plan ID.
product
optional - stringSpecifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
promotionCode
optional - stringThe promotion code.
publisher
optional - stringThe publisher ID.
properties
requiredadditionalCapabilities
optionalhibernationEnabled
optional - booleanThe flag that enables or disables hibernation capability on the VM.
ultraSSDEnabled
optional - booleanThe flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
applicationProfile
optionalgalleryApplications
optional arrayconfigurationReference
optional - stringOptional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
order
optional - integerOptional, Specifies the order in which the packages have to be installed
packageReferenceId
required - stringSpecifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
tags
optional - stringOptional, Specifies a passthrough value for more generic context.
availabilitySet
optionalid
optional - stringResource Id
billingProfile
optionalmaxPrice
optional - numberSpecifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. Possible values are: - Any decimal value greater than zero. Example: 0.01538 -1 – indicates default price to be up-to on-demand. You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. Minimum api-version: 2019-03-01.
capacityReservation
optionalcapacityReservationGroup
optionalid
optional - stringResource Id
diagnosticsProfile
optionalbootDiagnostics
optionalenabled
optional - booleanWhether boot diagnostics should be enabled on the Virtual Machine.
storageUri
optional - stringUri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
evictionPolicy
optional - stringSpecifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
extensionsTimeBudget
optional - stringSpecifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01
hardwareProfile
optionalvmSize
optional - stringSpecifies the size of the virtual machine. The enum data type is currently deprecated and will be removed by December 23rd 2023. Recommended way to get the list of available sizes is using these APIs: List all available virtual machine sizes in an availability set List all available virtual machine sizes in a region List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines. The available VM sizes depend on region and availability set.
vmSizeProperties
optionalvCPUsAvailable
optional - integerSpecifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of List all available virtual machine sizes in a region .
vCPUsPerCore
optional - integerSpecifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of List all available virtual machine sizes in a region Setting this property to 1 also means that hyper-threading is disabled.
host
optionalid
optional - stringResource Id
hostGroup
optionalid
optional - stringResource Id
licenseType
optional - stringSpecifies that the image or disk that is being used was licensed on-premises. Possible values for Windows Server operating system are: Windows_Client Windows_Server Possible values for Linux Server operating system are: RHEL_BYOS (for RHEL) SLES_BYOS (for SUSE) For more information, see Azure Hybrid Use Benefit for Windows Server Azure Hybrid Use Benefit for Linux Server Minimum api-version: 2015-06-15
networkProfile
optionalnetworkApiVersion
optional - stringspecifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.
networkInterfaceConfigurations
optional arrayname
required - stringThe network interface configuration name.
properties
optionaldeleteOption
optional - stringSpecify what happens to the network interface when the VM is deleted.
dnsSettings
optionaldnsServers
optional - arrayList of DNS servers IP addresses
dscpConfiguration
optionalid
optional - stringResource Id
enableAcceleratedNetworking
optional - booleanSpecifies whether the network interface is accelerated networking-enabled.
enableFpga
optional - booleanSpecifies whether the network interface is FPGA networking-enabled.
enableIPForwarding
optional - booleanWhether IP forwarding enabled on this NIC.
ipConfigurations
required arrayname
required - stringThe IP configuration name.
properties
optionalapplicationGatewayBackendAddressPools
optional arrayid
optional - stringResource Id
applicationSecurityGroups
optional arrayid
optional - stringResource Id
loadBalancerBackendAddressPools
optional arrayid
optional - stringResource Id
primary
optional - booleanSpecifies the primary network interface in case the virtual machine has more than 1 network interface.
privateIPAddressVersion
optional - stringAvailable from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
publicIPAddressConfiguration
optionalname
required - stringThe publicIP address configuration name.
properties
optionaldeleteOption
optional - stringSpecify what happens to the public IP address when the VM is deleted.
dnsSettings
optionaldomainNameLabel
required - stringThe Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
idleTimeoutInMinutes
optional - integerThe idle timeout of the public IP address.
ipTags
optional arrayipTagType
optional - stringIP tag type. Example: FirstPartyUsage.
tag
optional - stringIP tag associated with the public IP. Example: SQL, Storage etc.
publicIPAddressVersion
optional - stringAvailable from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
publicIPAllocationMethod
optional - stringSpecify the public IP allocation type.
publicIPPrefix
optionalid
optional - stringResource Id
sku
optionalname
optional - stringSpecify public IP sku name.
tier
optional - stringSpecify public IP sku tier.
subnet
optionalid
optional - stringResource Id
networkSecurityGroup
optionalid
optional - stringResource Id
primary
optional - booleanSpecifies the primary network interface in case the virtual machine has more than 1 network interface.
networkInterfaces
optional arrayid
optional - stringResource Id
properties
optionaldeleteOption
optional - stringSpecify what happens to the network interface when the VM is deleted.
primary
optional - booleanSpecifies the primary network interface in case the virtual machine has more than 1 network interface.
osProfile
optionaladminPassword
optional - stringSpecifies the password of the administrator account. Minimum-length (Windows): 8 characters Minimum-length (Linux): 6 characters Max-length (Windows): 123 characters Max-length (Linux): 72 characters Complexity requirements: 3 out of 4 conditions below need to be fulfilled Has lower characters Has upper characters Has a digit Has a special character (Regex match [\W_]) Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension
adminUsername
optional - stringSpecifies the name of the administrator account. This property cannot be updated after the VM is created. Windows-only restriction: Cannot end in "." Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". Minimum-length (Linux): 1 character Max-length (Linux): 64 characters Max-length (Windows): 20 characters.
allowExtensionOperations
optional - booleanSpecifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
computerName
optional - stringSpecifies the host OS name of the virtual machine. This name cannot be updated after the VM is created. Max-length (Windows): 15 characters Max-length (Linux): 64 characters. For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
customData
optional - stringSpecifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. Note: Do not pass any secrets or passwords in customData property This property cannot be updated after the VM is created. customData is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation
linuxConfiguration
optionaldisablePasswordAuthentication
optional - booleanSpecifies whether password authentication should be disabled.
patchSettings
optionalassessmentMode
optional - stringSpecifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
patchMode
optional - stringSpecifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: ImageDefault - The virtual machine's default patching configuration is used. AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true.
provisionVMAgent
optional - booleanIndicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
ssh
optionalpublicKeys
optional arraykeyData
optional - stringSSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
path
optional - stringSpecifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
requireGuestProvisionSignal
optional - booleanSpecifies whether the guest provision signal is required to infer provision success of the virtual machine. Note: This property is for private testing only, and all customers must not set the property to false.
secrets
optional arraysourceVault
optionalid
optional - stringResource Id
vaultCertificates
optional arraycertificateStore
optional - stringFor Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
certificateUrl
optional - stringThis is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"<Base64-encoded-certificate>", "dataType":"pfx", "password":"<pfx-file-password>" } To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
windowsConfiguration
optionaladditionalUnattendContent
optional arraycomponentName
optional - stringThe component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
content
optional - stringSpecifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
passName
optional - stringThe pass name. Currently, the only allowable value is OobeSystem.
settingName
optional - stringSpecifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
enableAutomaticUpdates
optional - booleanIndicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
patchSettings
optionalassessmentMode
optional - stringSpecifies the mode of VM Guest patch assessment for the IaaS virtual machine. Possible values are: ImageDefault - You control the timing of patch assessments on a virtual machine. AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
enableHotpatching
optional - booleanEnables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
patchMode
optional - stringSpecifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. Possible values are: Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true.
provisionVMAgent
optional - booleanIndicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
timeZone
optional - stringSpecifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.
winRM
optionallisteners
optional arraycertificateUrl
optional - stringThis is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"<Base64-encoded-certificate>", "dataType":"pfx", "password":"<pfx-file-password>" } To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.
protocol
optional - stringSpecifies the protocol of WinRM listener. Possible values are: http https.
platformFaultDomain
optional - integerSpecifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. <li>This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.<li>The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.<li>This property cannot be updated once the Virtual Machine is created.<li>Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api‐version: 2020‐12‐01
priority
optional - stringSpecifies the priority for the virtual machine. Minimum api-version: 2019-03-01.
proximityPlacementGroup
optionalid
optional - stringResource Id
scheduledEventsProfile
optionalterminateNotificationProfile
optionalenable
optional - booleanSpecifies whether the Terminate Scheduled event is enabled or disabled.
notBeforeTimeout
optional - stringConfigurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
securityProfile
optionalencryptionAtHost
optional - booleanThis property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. Default: The Encryption at host will be disabled unless this property is set to true for the resource.
securityType
optional - stringSpecifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings. Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.
uefiSettings
optionalsecureBootEnabled
optional - booleanSpecifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01
vTpmEnabled
optional - booleanSpecifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01
storageProfile
optionaldataDisks
optional arraycaching
optional - stringSpecifies the caching requirements. Possible values are: None ReadOnly ReadWrite Default: None for Standard storage. ReadOnly for Premium storage.
createOption
required - stringSpecifies how the virtual machine should be created. Possible values are: Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
deleteOption
optional - stringSpecifies whether data disk should be deleted or detached upon VM deletion. Possible values: Delete If this value is used, the data disk is deleted when VM is deleted. Detach If this value is used, the data disk is retained after VM is deleted. The default value is set to detach.
detachOption
optional - stringSpecifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'.
diskSizeGB
optional - integerSpecifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. This value cannot be larger than 1023 GB
image
optionaluri
optional - stringSpecifies the virtual hard disk's uri.
lun
required - integerSpecifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
managedDisk
optionaldiskEncryptionSet
optionalid
optional - stringResource Id
id
optional - stringResource Id
storageAccountType
optional - stringSpecifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
name
optional - stringThe disk name.
toBeDetached
optional - booleanSpecifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset
vhd
optionaluri
optional - stringSpecifies the virtual hard disk's uri.
writeAcceleratorEnabled
optional - booleanSpecifies whether writeAccelerator should be enabled or disabled on the disk.
imageReference
optionalid
optional - stringResource Id
offer
optional - stringSpecifies the offer of the platform image or marketplace image used to create the virtual machine.
publisher
optional - stringThe image publisher.
sharedGalleryImageId
optional - stringSpecified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
sku
optional - stringThe image SKU.
version
optional - stringSpecifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.
osDisk
optionalcaching
optional - stringSpecifies the caching requirements. Possible values are: None ReadOnly ReadWrite Default: None for Standard storage. ReadOnly for Premium storage.
createOption
required - stringSpecifies how the virtual machine should be created. Possible values are: Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
deleteOption
optional - stringSpecifies whether OS Disk should be deleted or detached upon VM deletion. Possible values: Delete If this value is used, the OS disk is deleted when VM is deleted. Detach If this value is used, the os disk is retained after VM is deleted. The default value is set to detach. For an ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for ephemeral OS Disk.
diffDiskSettings
optionaloption
optional - stringSpecifies the ephemeral disk settings for operating system disk.
placement
optional - stringSpecifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk ResourceDisk Default: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
diskSizeGB
optional - integerSpecifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. This value cannot be larger than 1023 GB
encryptionSettings
optionaldiskEncryptionKey
optionalsecretUrl
required - stringThe URL referencing a secret in a Key Vault.
sourceVault
requiredid
optional - stringResource Id
enabled
optional - booleanSpecifies whether disk encryption should be enabled on the virtual machine.
keyEncryptionKey
optionalkeyUrl
required - stringThe URL referencing a key encryption key in Key Vault.
sourceVault
requiredid
optional - stringResource Id
image
optionaluri
optional - stringSpecifies the virtual hard disk's uri.
managedDisk
optionaldiskEncryptionSet
optionalid
optional - stringResource Id
id
optional - stringResource Id
storageAccountType
optional - stringSpecifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
name
optional - stringThe disk name.
osType
optional - stringThis property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows Linux.
vhd
optionaluri
optional - stringSpecifies the virtual hard disk's uri.
writeAcceleratorEnabled
optional - booleanSpecifies whether writeAccelerator should be enabled or disabled on the disk.
userData
optional - stringUserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01
virtualMachineScaleSet
optionalid
optional - stringResource Id
tags
optional - stringResource tags
type
required - stringzones
optional - arrayThe virtual machine zones.