Skip to content

Files

Latest commit

0b9166c · Jun 17, 2021

History

History
42 lines (26 loc) · 2.01 KB

troubleshoot-resource-creation-fails.md

File metadata and controls

42 lines (26 loc) · 2.01 KB
title description ms.service ms.topic ms.custom ms.date
Troubleshoot resource creation failures in Azure HDInsight
Common capacity issue errors and mitigation techniques are provided in this article.
hdinsight
troubleshooting
seoapr2020
04/22/2020

Troubleshoot resource creation failures in Azure HDInsight

This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight.

Error: The deployment would exceed the quota of '800'

Azure has a quota limit of 800 deployments per resource group. Different quotas are applied per resource group, subscription, account, or other scopes. For example, your subscription may be configured to limit the number of cores for a region. Trying to deploy a virtual machine with more cores than permitted results in error message stating the quota was exceeded.

To resolve this issue, delete the deployments that are no longer needed by using the Azure portal, CLI, or PowerShell.

For more information, see Resolve errors for resource quotas.

Error: The maximum node exceeded the available cores in this region

Your subscription may be configured to limit the number of cores for a region. Trying to deploy a resource with more cores than permitted results in error message stating the quota was exceeded.

To request a quota increase, follow these steps:

  1. Go to the Azure portal, and select Help + support.

  2. Select New support request.

  3. On the Basics tab of the New support request page, provide the following information:

    • Issue type: Select Service and subscription limits (quotas).
    • Subscription: Select the subscription you want to modify.
    • Quota type: Select HDInsight.

For more information, see Create a support ticket to increase core.

Next steps

[!INCLUDE troubleshooting next steps]