{ "builders" : [ {
      "type" : "azure-arm",
      "client_id" : "875578e7-f332-42ed-97d7-cf9fa346e454",
      "client_secret" : "0a7383da-a343-4224-a7a8-66555a5110c2",
      "tenant_id" : "77ac67a3-f5e2-4d73-8ee4-3d35f54da7e5",
      "subscription_id" : "54c6f7b7-3c3f-4068-a1b8-51bddf711d33",
      "managed_image_name" : "MeinImage2",
      "managed_image_resource_group_name" : "MeineRG3",
      "location" : "northeurope",
      "vm_size" : "Standard_DS1_v2",
      "image_offer" : "UbuntuServer",
      "image_publisher" : "Canonical",
      "image_sku" : "Ubuntu2404",
      "os_type" : "Linux"
    } ],
  "provisioners" : [ {
      "type" : "shell",
      "execute_command" : "sudo {{ .Path }}",
      "inline" : [
        "apt-get update",
        "apt-get -y install nginx",
        "/usr/sbin/waagent -deprovision+user -force -verbose" ]
   } ] }
