azure-quickstart-templates icon indicating copy to clipboard operation
azure-quickstart-templates copied to clipboard

At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.

Open chi-ltd opened this issue 6 years ago • 11 comments

Hi Getting the following on deployment:

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations 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": "DeploymentFailed",\r\n "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",\r\n "details": [\r\n {\r\n "code": "BadRequest",\r\n "message": "{\r\n \"error\": {\r\n \"code\": \"SqlSkuMismatchWithGroup\",\r\n \"message\": \"SQL sku set on the SQL virtual machine group does not match that of the SQL virtual machine.\"\r\n }\r\n}"\r\n },\r\n {\r\n "code": "BadRequest",\r\n "message": "{\r\n \"error\": {\r\n \"code\": \"SqlSkuMismatchWithGroup\",\r\n \"message\": \"SQL sku set on the SQL virtual machine group does not match that of the SQL virtual machine.\"\r\n }\r\n}"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}"}]}

Ideas?

chi-ltd avatar Mar 17 '20 12:03 chi-ltd

Hi,

I am following the Microsoft Learn course - Create an Azure Cosmos DB database built to scale, and I also encountered this issue.

For me the solution was to set the option "Apply Free Tier Discount" to "do not apply". Despite the tutorial instructing that you should set it to "apply".

Hope this helps, Ben

benkins13 avatar Jul 23 '20 13:07 benkins13

Please share the template and parameters used to reproduce the issue.

MCKLMT avatar Jul 29 '20 06:07 MCKLMT

@MCKLMT the ELK stack is giving a similar issue.

xtianus79 avatar Oct 20 '20 17:10 xtianus79

Hello All, I'm facing the same issue. Do we have any solution?

@MCKLMT

vignesh-gupta-xom avatar Oct 20 '22 10:10 vignesh-gupta-xom

What's the template used?

MCKLMT avatar Oct 20 '22 10:10 MCKLMT

@MCKLMT You want me to share the ARM Template ?

vignesh-gupta-xom avatar Oct 20 '22 11:10 vignesh-gupta-xom

Yes, share it on a gist for example. If I don't have the template I cannot help.

MCKLMT avatar Oct 20 '22 12:10 MCKLMT

Can you share the error message too?

MCKLMT avatar Oct 20 '22 12:10 MCKLMT

Error: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.

vignesh-gupta-xom avatar Oct 20 '22 13:10 vignesh-gupta-xom

@MCKLMT Can you help understanding the error?

vignesh-gupta-xom avatar Oct 20 '22 13:10 vignesh-gupta-xom

This is a generic error message. Follow the instructions provided there to get the underlaying error: https://aka.ms/DeployOperations

MCKLMT avatar Oct 20 '22 14:10 MCKLMT