BootDiagnostics Class

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br>``<br> You can easily view the output of your console log. <br>``<br> Azure also enables you to see a screenshot of the VM from the hypervisor.

Inheritance
BootDiagnostics

Constructor

BootDiagnostics(*, enabled: Optional[bool] = None, storage_uri: Optional[str] = None, **kwargs)

Parameters

enabled
bool
Required

Whether boot diagnostics should be enabled on the Virtual Machine.

storage_uri
str
Required

Uri of the storage account to use for placing the console output and screenshot. <br>:code:>><<<br>If storageUri is not specified while enabling boot diagnostics, managed storage will be used.