why allocated v-core is always 0?

Yi Wang 0 Reputation points Microsoft Employee
2025-01-28T20:14:37.78+00:00

why allocated v-core is always 0? how to change it?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,157 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Shikha Ghildiyal 3,340 Reputation points Microsoft Employee
    2025-01-29T07:32:28.4266667+00:00

    Hi Yi Wang,

    Thanks for reaching out to Microsoft Q&A.

    Azure Synapse runs on Azure infrastructure that accrues costs along with Azure Synapse when you deploy the new resource. It's important to understand that additional infrastructure might accrue cost. If V-core is 0, there might be a possibility that you have exhausted the vcores

    Please check below article to understand the cost :

    https://learn.microsoft.com/en-us/azure/synapse-analytics/plan-manage-costs

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

  2. Ganesh Gurram 3,510 Reputation points Microsoft Vendor
    2025-01-29T09:33:43.4066667+00:00

    Hi @Yi Wang

    Greetings & Welcome to the Microsoft Q&A forum! Thank you for sharing your query.

    According to this documentation: Apache Spark in Azure Synapse Analytics Core Concepts

    Every Azure Synapse workspace comes with a default quota of vCores that can be used for Spark. The quota is split between the user quota and the dataflow quota so that neither usage pattern uses up all the vCores in the workspace. The quota is different depending on the type of your subscription but is symmetrical between user and dataflow. However, if you request more vCores than are remaining in the workspace.

    The vcores limit depends on the node size and the number of nodes. To solve this problem, you have to reduce your usage of the pool resources before submitting a new resource request by running a notebook or a job.

    (or)

    Please scale up the node size and the number of nodes.

    276606-image.png

    To resolve this issue, you need to request a capacity increase via the Azure portal by creating a new support ticket.

    Step1: Create a new support ticket and select issue type as Service and subscription limits (quotas) and quota type as Azure Synapse Analytics.

    108984-image.png

    Step2: In the Details tab, click on Enter details and choose quota type as Apache Spark (vCore) per workspace , select workspace, and request quota as shown below.

    108986-image.png

    Step3: Select support method and create the ticket.

    Reference: https://learn.microsoft.com/en-us/answers/questions/1341177/azure-synapse-spark-job-issue

    https://learn.microsoft.com/en-us/answers/questions/2114024/no-more-allocated-vcores-on-azure-for-students-sub

    For more details, refer to Apache Spark in Azure Synapse Analytics Core Concepts.

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


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.