I get the following error when creating an azure virtual machine using the Azure Resource Manager ARM template. I create 32 datadisks in a template and the following error is logged. The message says:
For more information see viewing a disk instance.
Where is the drive instance view located? I cannot determine how to get additional error information.
The following is a complete error message on the Azure portal.
StatusCode: Conflict statusMessage: {"status": "Failed", "error": {"code": "ResourceDeploymentFailure", "message": "The resource operation completed with the provisioning state of the terminal" Failed ".", "Details": [ {"code": "DiskPreparationError", "message": "One or more errors occurred while preparing the virtual disks. For details, see the disk instance view".}}}}
azure-virtual-machine azure-resource-manager
Eric Hexter
source share