how to fix the error while creating azure synapse workspace

Dheeraj Suryadevara 0 Reputation points
2025-01-02T03:32:11.79+00:00

I am getting below error while creating azure synapse. I registered synapse in the subscripitions.

{"code":"InvalidRequestContent","message":"The request content was invalid and could not be deserialized: Required property 'name' not found in 'sku'."}

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,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chandra Boorla 14,510 Reputation points Microsoft External Staff Moderator
    2025-01-02T05:04:53.54+00:00

    Hi @Dheeraj Suryadevara

    Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!

    The error message "Required property 'name' not found in 'sku'" during Azure Synapse Workspace creation means you're missing a crucial piece of information in your deployment template or configuration, the SKU name for the Synapse workspace.

    What is a SKU

    In Azure, a Stock Keeping Unit (SKU) defines the pricing tier and capabilities of a resource. For Synapse Workspaces, the SKU determines the compute capacity, storage, and other features. Examples include Standard, Premium, and various sizes within those tiers (e.g., DW100c, DW200c).

    Why is 'name' missing in 'sku'

    The error specifically points to the sku property. The sku property itself is an object that requires a name property. You are likely providing an incomplete sku object (or not providing it at all), lacking the name of the SKU.

    Note: SKU type names are case-sensitive.

    When creating an Azure Synapse workspace, the associated storage account must meet specific requirements. If the storage account is of a type that is not supported, it can lead to errors during the creation process.

    For further details, please refer to the article that discusses a similar issue: https://www.reddit.com/r/AZURE/comments/1hld1j1/comment/m3lltj8/

    I hope this information helps. Please 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.