Your deployment failed Azure Synapse

FERGUS ESSO KETCHA ASSAM 125 Reputation points Student Ambassador
2024-04-15T16:43:45.9766667+00:00

I have a Visual Studio Enterprise Solution. I cannot deploy a synapse workspace. I already activated synapse in the subscription>resource providers.deploy

{
  "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
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
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. FERGUS ESSO KETCHA ASSAM 125 Reputation points Student Ambassador
    2024-04-15T16:57:05.14+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

  2. 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.

    0 comments No comments

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.