An Azure managed cluster service for open-source analytics.
Hi Urbach, Tara
it sounds like you're facing some challenges with HDInsight quota increases where everything appears to be 'ineligible.' This issue often arises when your subscription may have reached its CPU core quota limit in the region, preventing you from scaling your HDInsight cluster.
Here’s what you can do to check and request a quota increase:
Check Your Current Quota:
- Sign in to the Azure portal.
- Navigate to the Overview page for your HDInsight cluster.
- Select Quota limits from the left menu. This section will show how many cores are in use, available cores, and the total cores.
- Navigate to the Overview page for your HDInsight cluster.
- Prepare a Quota Increase Request: If you find that you are indeed hitting a limit, follow these steps to submit a quota increase request:
- In the Azure portal, go to Help + support. or https://portal.azure.com/#create/Microsoft.Support
- Select New support request.
- On the Basics tab, select:
- **Issue type**: Service and subscription limits (quotas) - **Subscription**: Your relevant subscription - **Quota type**: HDInsight - Provide a clear description of your request. For instance: ```sql I would like to request [SPECIFY DESIRED AMOUNT] for [DESIRED SKU] for [SUBSCRIPTION ID]. ```My current quota on this subscription is [CURRENT QUOTA AMOUNT].
I would like to use the extra cores for [DETAIL REASON]. ```
**Submit the Request**: Complete the form and submit it.
```**Common Reasons for Ineligibility**:
- You might be exceeding the number of cores allowed by your current quota.
- If your subscription has reached the maximum number of allowed deployments in a resource group, that can also lead to such issues.
I hope this helps you get started! Let me know if you need any further assistance.
### Reference Links:
- [Requesting quota increases for Azure HDInsight](https://learn.microsoft.com/azure/hdinsight/quota-increase-request?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider)
- [Check core usage, availability, and total cores](https://learn.microsoft.com/azure/hdinsight/quota-increase-request#gather-required-information)
- [Resolve subscription quota issues for an Azure HDInsight cluster](https://learn.microsoft.com/azure/hdinsight/troubleshoot-resource-creation-fails?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider)