An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer.
Issue:
Can't create Azure Synapse Analytics workspace. Error while deployment.
{
"code": "InvalidRequestContent",
"message": "The request content was invalid and could not be deserialized: Required property 'name' not found in 'sku'."
}
Solution:
I attempted to create a Synapse Analytics workspace on the Azure portal.
I resolved the issue by registering the necessary service providers. Navigate to: Azure portal > Subscriptions > Select your subscription > Settings > Resource providers > Microsoft.Network > Register After some time, the problem was resolved.You may try this solution.
Additionally, ensure the following services are registered. If not, you can register them: Microsoft.Authorization, Microsoft.Compute, Microsoft.ManagedIdentity, Microsoft.Network, Microsoft.Sql, Microsoft.Storage, Microsoft.Synapse
If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.
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.