Home > Software design >  Receiving error from Azure API when attempting to use additional_unattend_content argument
Receiving error from Azure API when attempting to use additional_unattend_content argument

Time:12-07

Hoping someone might be able to assist. Using Terraform on Azure and looking for a method to deploy windows VMs and auto-login configure winrm. I’ve found that some use the azurerm_windows_virtual_machine.<name_of_vm>.additional_unattend_content to set this up normally.

Example found in provider github repo: enter image description here

Also check this Microsoft.Compute/virtualMachines - Bicep, ARM template & Terraform AzAPI reference | Microsoft Learn

  • Related