Stucking in Creating HDinsight Clusters

Ziwei Zeng 10 Reputation points
2024-08-14T20:09:43.2133333+00:00

Hi,

My regional quota for vCPUs is 20, but I'm still unable to create the HDInsight clusters.

Can anyone help me?

User's image

User's image

Azure HDInsight
Azure HDInsight
An Azure managed cluster service for open-source analytics.
210 questions
{count} votes

1 answer

Sort by: Most helpful
  1. phemanth 10,240 Reputation points Microsoft Vendor
    2024-08-16T11:40:40.8966667+00:00

    @Ziwei Zeng

    Welcome to the Microsoft Q&A and thank you for posting your questions here

    It seems like you're having trouble creating an HDInsight cluster despite having a sufficient regional quota for vCPUs.

    There could be several reasons for this issue.

    Firstly, it's essential to check if you have enough quota for the specific VM size you're trying to use. You can check the available quota for each VM size in the Azure portal.

    Additionally, ensure that you have the necessary permissions to create HDInsight clusters. You should have the HDInsight Cluster Operator or Contributor role assigned to your Azure account.

    If you've verified the quota and permissions, try creating the cluster using Azure CLI or PowerShell.

    Here's an example of how to create an HDInsight cluster using Azure CLI:

    az hdinsight create --name <cluster_name> --resource-group <resource_group> --location <location> --cluster-type <cluster_type> --component-version <component_version> --headnode-size <headnode_size> --workernode-size <workernode_size> --worker-node-count <worker_node_count>
    

    Replace the placeholders with your desired values.

    If you're still facing issues, please do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.