Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FabricVmCreationError #452

Open
dermata opened this issue Oct 9, 2019 · 1 comment
Open

FabricVmCreationError #452

dermata opened this issue Oct 9, 2019 · 1 comment

Comments

@dermata
Copy link

dermata commented Oct 9, 2019

I used a custom template to create a deployment, which succeeded yesterday.
The same template today fails with the following message:

{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.",
"details": [
{
"code": "Conflict",
"message": "{\r\n "status": "Failed",\r\n "error": {\r\n "code": "ResourceDeploymentFailure",\r\n "message": "The resource operation completed with terminal provisioning state 'Failed'.",\r\n "details": [\r\n {\r\n "code": "FabricVmCreationError",\r\n "message": "Failed to create VM 'NetScaler-VPX-Express' "\r\n }\r\n ]\r\n }\r\n}"
}
]
}

Have any idea what may be the cause of this instability in deployments?

@dermata
Copy link
Author

dermata commented Oct 9, 2019

It seems that any deployment I am trying (custom or from marketplace) fails to get an IP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant