question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deploy through "Portal" link also failed with a "Resource Deployment Failure"

See original GitHub issue

Tried using the “Deploy via Portal” link, which resulted in failure, detail below:

{
  "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  }\r\n}"
    }
  ]
}

*Note, this was in a brand new Azure setup with no pre-existing resources defined

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SimonDarksideJcommented, Jan 27, 2022

I do have the site running using @YannickRe 's deployment, however it’s not reporting security issues and requires ghost to be updated. Need a find a path to come back to @RadoslavGatev version as it is using a newer version of Ghost.

1reaction
RadoslavGatevcommented, Jun 14, 2021

It used to fail because of a conflict. Web app names must be globally unique: image

I will need more time to look at the whole deployment. The old handy button for azuredeploy seem to be deprecated. The ARM template needs some refactoring now, so it provides some meaningful defaults.

I’m going to leave that issue open until I am able to make it better.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot common Azure deployment errors
Error code Mitigation More inform... AccountNameInvalid Follow naming guidelines for storage accounts. Resolve erro... AccountPropertyCannotBeSet Check available storage account properties. storageAcco... AnotherOperationInProgress Wait for concurrent operation...
Read more >
Deployment Fails with terminal provisioning state 'Failed' #373
Deployed two separate test machines using the "Create and provision WVD ... Error message: The resource operation completed with terminal ...
Read more >
Troubleshooting Cloud Block Store on Azure Deployment Errors
CBS deployment fails. In the Azure Portal -> CBS managed application -> managed resource group (mrg) -> deployment section, the failure ...
Read more >
Deployment Troubleshooting in Microsoft Azure - Cognixia
Error: Deployment Quota Exceeded · You could be having an active CanNotDelete lock on a resource group which could block the Azure Resource ......
Read more >
Deploying to App Service from Azure Pipeline fails with error ...
This works when the App Service has not been deployed to yet, but subsequent deployments fail with the same error above. This seems...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found