mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
Add Azure boot diagnostics
Signed-off-by: Thomas Conte <thomas@conte.com>
This commit is contained in:
@@ -415,6 +415,12 @@ func setVirtualMachineParameters(storageAccountName string, networkInterfaceID,
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
DiagnosticsProfile: &compute.DiagnosticsProfile{
|
||||||
|
BootDiagnostics: &compute.BootDiagnostics{
|
||||||
|
Enabled: to.BoolPtr(true),
|
||||||
|
StorageURI: to.StringPtr(fmt.Sprintf("https://%s.blob.core.windows.net", storageAccountName)),
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user