How to resolve conflict error with marketplace deployment?
Error Message obtained during the Orchestrator deployment procedure :
{
"status": "Failed",
"error": {
"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\": \"DeploymentScriptOperationFailed\",\r\n \"message\": \"The client 'e744dcb1-45746-bf7a-f06338849442' with object id 'e744dcb1-417463464f-bf7a-f06338849442' does not have authorization to perform action 'Microsoft.ContainerInstance/register/action' over scope '/subscriptions/9b4069b2-736-4c27-894f-62469613d83d' or the scope is invalid. If access was recently granted, please refresh your credentials.\"\r\n }\r\n ]\r\n }\r\n}"
}
]
}
}
Resolution Step: Activate or register the missing providers as instructed in Resolve Error For Resource Provider Registration and retry.
Also, read more on the Azure Resource Providers And Types .