az aro delete failed

Ankit Waghela 1 Reputation point
2022-03-09T04:45:55.913+00:00

ERROR: (InternalServerError) Internal server error.
Code: InternalServerError
Message: Internal server error.

unable to delete openshift cluster

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

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,206 Reputation points Microsoft Employee
    2022-03-09T05:45:24.05+00:00

    @Ankit Waghela

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Based on the issue description you are unable to deleted the ARO Cluster with InternalServerError.
    This could mostly be with the role assignment. You can try deleting the role assignment first and then you should be able to delete the ARO cluster & resource group(if needed).

    Use the az role assignment delete -g <rgname>

    Hope this solves your issue.
    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.