Microsoft Azure – 为 Azure 中的 VM 启用启动诊断
启用启动诊断有助于通过收集日志和快照来调试 azure 虚拟机启动故障。我们创建 VM 时默认启用引导诊断。如果在创建时未启用,您可以按照以下步骤为 azure 虚拟机启用启动诊断。
先决条件:
- 必须具有预配的 Azure 虚拟机才能执行此操作。
执行:
按照以下步骤为 Azure 中的 VM 启用 Boost Diagnostics:
步骤 1:登录到 Azure 门户。
第 2 步:转到虚拟机资源并选择要启用引导诊断的虚拟机。
第 3 步:打开并选择虚拟机后,搜索“启动诊断”
第四步:点击“启动诊断” >>点击“设置”
第 5 步:选择“使用托管存储帐户启用(推荐)”并单击“保存”
Note: Use this feature to troubleshoot boot failures for custom or platform images. Boot diagnostics can be used with a custom storage account or with a pre-provisioned storage account managed by Microsoft.
- 如果要使用自定义存储帐户启用,请选择“使用自定义存储帐户启用”
- 从下拉列表中选择现有存储帐户,或者您可以通过单击创建新的来创建新的存储帐户
- 完成设置后,单击“保存”进行更改。
参考:
- 微软官方文档