Orchestrated Virtual Machine Scale Set Boot Diagnostics Args
data class OrchestratedVirtualMachineScaleSetBootDiagnosticsArgs(val storageAccountUri: Output<String>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetBootDiagnosticsArgs>
Properties
Link copied to clipboard
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. By including a boot_diagnostics
block without passing the storage_account_uri
field will cause the API to utilize a Managed Storage Account to store the Boot Diagnostics output.