{"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.","details":[{"code":"BadRequest","message":"{\r\

deep chauhan 5 Reputation points
2024-07-13T17:12:25.1433333+00:00

When i'm trying to deploy openshift cluster in azure i found this error everytime & my deployement got failed :

error : {"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.","details":[{"code":"BadRequest","message":"{\r\n "error": {\r\n "code": "ResourceQuotaExceeded",\r\n "message": "Resource quota of cores exceeded. Maximum allowed: 10, Current in use: 0, Additional requested: 44."\r\n }\r\n}"}]}

please help me , i'm trying to deploy this in south india region

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

2 answers

Sort by: Most helpful
  1. akinbade abiola 8,450 Reputation points
    2024-07-14T22:29:44.9066667+00:00

    Hello,

    Thanks for your question.

    You have run into some quota issues .

    Based on the error message, your current quota allows for 10 cores but you're requesting for 44. As a solution please reduce to with quota limits.

    Or if you want to increase quota, you will need to create a support request to increase quota.

    Please remember to mark 'Accept Answer' and 'Upvote' if you found the answer useful

    Regards,

    Abiola


  2. KarishmaTiwari-MSFT 18,867 Reputation points Microsoft Employee
    2024-07-15T22:27:30.83+00:00

    @deep chauhan Thanks for posting your query on Microsoft Q&A.

    To resolve this issue, you have a few options:

    1. Request an increase in your core quota from Azure. This is often necessary when deploying large services like an OpenShift cluster, which requires a significant number of cores.
    2. Review the size and number of VMs you are deploying as part of your OpenShift cluster. It’s possible you may be able to optimize the deployment to use fewer cores.
    3. Consider deploying a smaller cluster if it’s for testing or development purposes, which would require fewer resources.

    Additionally, it’s worth noting that deploying an OpenShift cluster on Azure typically requires a minimum of 40 cores. Therefore, you will need to ensure your subscription has enough core quota to support this.

    For more detailed guidance, you might want to check the official OpenShift documentation on installing a cluster on Azure, or consult the Azure Red Hat OpenShift troubleshooting guide for common issues and solutions.

    Remember to also check the Azure Service Limits to ensure you’re not exceeding other resource limits that could affect your deployment. If you continue to face issues, let me know in the comments and I can help further investigate the issue.

    Additional reading:

    https://learn.microsoft.com/en-us/azure/openshift/support-policies-v4


    Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase the visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A!

    User's image

    0 comments No comments