question

AnkitWaghela-7242 avatar image
0 Votes"
AnkitWaghela-7242 asked AnkitWaghela-7242 commented

az aro delete failed

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

unable to delete openshift cluster

azure-redhat-openshift
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

vipullag-MSFT avatar image
0 Votes"
vipullag-MSFT answered AnkitWaghela-7242 commented

@AnkitWaghela-7242

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

tried above command and then to delete but no luck

$ az role assignment delete -g montran-ci-cd
WARNING: The underlying Active Directory Graph API will be replaced by Microsoft Graph API in a future version of Azure CLI. Please carefully review all breaking changes introduced during this migration: https://docs.microsoft.com/cli/azure/microsoft-graph-migration

$ az aro delete -g montran-ci-cd -n fcibxxx-app-cluster --yes
ERROR: (InternalServerError) Internal server error.
Code: InternalServerError
Message: Internal server error.

0 Votes 0 ·