You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Should the automatic instance repair be enabled on this Virtual Machine Scale Set?"
408
+
default=false
409
+
}
410
+
411
+
412
+
413
+
variable"enable_boot_diagnostics" {
414
+
description="Should the boot diagnostics enabled?"
415
+
default=false
416
+
}
417
+
418
+
variable"storage_account_uri" {
419
+
description="The Primary/Secondary Endpoint for the Azure Storage Account which should be used to store Boot Diagnostics, including Console Output and Screenshots from the Hypervisor. Passing a `null` value will utilize a Managed Storage Account to store Boot Diagnostics."
420
+
default=null
421
+
}
422
+
423
+
424
+
425
+
406
426
variable"license_type" {
407
427
description="Specifies the type of on-premise license which should be used for this Virtual Machine. Possible values are None, Windows_Client and Windows_Server."
408
428
default="None"
409
429
}
410
430
411
431
412
432
413
-
variable"enable_automatic_instance_repair" {
414
-
description="Should the automatic instance repair be enabled on this Virtual Machine Scale Set?"
415
-
default=false
416
-
}
433
+
417
434
418
435
variable"grace_period" {
419
436
description="Amount of time (in minutes, between 30 and 90, defaults to 30 minutes) for which automatic repairs will be delayed."
0 commit comments