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.