I found a solution. You have to create a workspace (especially when using an sql pool) closer to the subscription region. In my case (Visual Studio Enterprise Subscription) is closer to the US but I was creating for Europe.
Your deployment failed Azure Synapse

I have a Visual Studio Enterprise Solution. I cannot deploy a synapse workspace. I already activated synapse in the subscription>resource providers.
{
"code": "DeploymentFailed",
"target": "/subscriptions/*******9-8fb19f***/resourceGroups/rg-fefe-practik/providers/Microsoft.Resources/deployments/Microsoft.Azure.SynapseAnalytics-20240415183545",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
"details": [
{
"code": "ValidationFailed",
"message": "Workspace request validation failed, check error details for more information"
}
]
}
Azure Synapse Analytics
2 answers
Sort by: Most helpful
-
FERGUS ESSO KETCHA ASSAM 125 Reputation points Student Ambassador
2024-04-15T16:57:05.14+00:00 -
Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
2024-04-15T21:09:39.16+00:00 Hello FERGUS ESSO KETCHA ASSAM
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: Unable to deploy a synapse workspace using VS subscription
Error Message:
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
"details":
"code": "ValidationFailed",
"message": "Workspace request validation failed, check error details for more information"
Resolution:
The issue was resolved by creating a workspace (especially when using a SQL pool) closer to the subscription region. In this case (Visual Studio Enterprise Subscription) is closer to the US instead of creating in Europe.
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.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.