7

I receieve the following error when creating an azure virtual machine using an Azure Resource Manager ARM Template. I am creating 32 datadisks in the template and the following error is logged. The message says

See disk instance view for details

Where is the disk instance view? I cannot determine how to get additional information about the errors.

Below is the full error message logging in the Azure portal.

statusCode:Conflict statusMessage:{"status":"Failed","error":{"code":"ResourceDeploymentFailure","message":"The resource operation completed with terminal provisioning state 'Failed'.","details":[{"code":"DiskPreparationError","message":"One or more errors occurred while preparing VM disks. See disk instance view for details."}]}}

4

3 回答 3

5

尝试查看 resources.azure.com;您将导航到您的订阅,然后是正确的资源组,通过 Microsoft.Storage 提供程序向下导航到相关磁盘。您应该会看到一个“InstanceView”,它有望提供更多信息。这可能是错误所指的实例视图,但也可能有一种方法可以通过门户查看它。无论如何,我发现 resources.azure.com 对于调试此类错误很有用:)。

于 2015-11-17T22:14:40.493 回答
3

现在你可以去资源组->存储帐户->(选择你的服务类型)->然后从那里删除它。

我遇到了同样的问题,为了修复它,我需要转到出现故障的磁盘,删除它,然后重新创建它。

于 2016-05-16T15:09:55.047 回答
0

对于磁盘附加问题,我在 VM 的门户概述部分中找到了详细信息。导航到门户中的 VM,概览设置为默认视图。

VM 应在门户中显示为处于失败状态。单击概述部分顶部的红色大失败横幅,右侧将打开一个面板,其中包含错误详细信息。

于 2016-12-03T18:43:46.733 回答