Deploying the ARM template fails with the following error. Any suggestions would be appreciated.
{
"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 '8734ad65-1833-4e82-b905-701d99db8fbe' with object id '8734ad65-1833-4e82-b905-701d99db8fbe' does not have authorization to perform action 'Microsoft.ContainerInstance/register/action' over scope '/subscriptions/e534dd35-abf9-4a79-b8d3-bd34c20b3b92' or the scope is invalid. If access was recently granted, please refresh your credentials.\"\r\n }\r\n ]\r\n }\r\n}"
}
]
}
}