Azure Openshift Cluster Deployment failed with "InternalError"

Hidayatulla Khan Guranni 20 Reputation points
2023-02-08T13:58:53.8+00:00
"details": [
    {
      "code": "DeploymentFailed",
      "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details."
    }
  ]

Enough resource has been provided, still the cluster creation failed.

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
71 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 33,471 Reputation points Microsoft Employee
    2023-02-08T21:03:38.3433333+00:00

    @Hidayatulla Khan Guranni

    You will need to figure out which portion of the deployment failed and the error message received. You can do this by viewing the Activity log in the portal or by using the command az deployment operation list --name <deployment_name> --resource-group <resource_group_name> to get a list of all the deployment operations for the specified deployment and resource group. Look for any operations that have a status of "Failed" or "Canceled". These are the operations that have caused the deployment to fail. For each failed operation, check the "error" field to see the specific error message. This will give you more information on what went wrong during the deployment.

    Hope this helps. If you are still facing issues with your deployment let me know and we can work with you directly to troubleshoot the error.


    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Hidayatulla Khan Guranni 20 Reputation points
    2023-02-10T06:12:57.35+00:00

    Hello Deherman,

    Thanks for reponse, when I checked the activity logs, "Write OpenShift cluster" operation failed.

    • Error codeResourceOperationFailure
    • MessageThe resource operation completed with terminal provisioning state 'Failed'.

    Below error observed, let me know if able to identify issue with below error

      "operationName": {
            "value": "Microsoft.RedHatOpenShift/OpenShiftClusters/write",
            "localizedValue": "Write OpenShift cluster"
        },
        "resourceGroupName": "OpenShift_Clust",
        "resourceProviderName": {
            "value": "Microsoft.RedHatOpenShift",
            "localizedValue": "Microsoft.RedHatOpenShift"
        },
        "resourceType": {
            "value": "Microsoft.RedHatOpenShift/OpenShiftClusters",
            "localizedValue": "Microsoft.RedHatOpenShift/OpenShiftClusters"
        },
        "resourceId": "/subscriptions/f204e1d8-447e-4f69-ada6-2f91328f1673/resourcegroups/OpenShift_Clust/providers/Microsoft.RedHatOpenShift/OpenShiftClusters/OpenShiftCluster",
        "status": {
            "value": "Failed",
            "localizedValue": "Failed"
        },