mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
Merge pull request #2634 from tomconte/azure-bootdiags
Add Azure boot diagnostics
This commit is contained in:
commit
525a457bf5
@ -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)),
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user