Deploy through "Portal" link also failed with a "Resource Deployment Failure"
See original GitHub issueTried 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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
It used to fail because of a conflict. Web app names must be globally unique:
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.