Share via

Problem with Azure Synapse

Théa Gutmacher 22 Reputation points
2022-07-04T07:43:42.097+00:00

I had several server problems with my synapse resource. I'm then trying to delete and recreate the resource but the process to delete it doesn't start.
DELETE /subscriptions/******/r… [Starting - 0.00% completed. ]

Could someone help me?

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.


1 answer

Sort by: Most helpful
  1. Limitless Technology 40,106 Reputation points
    2022-07-05T15:49:11.35+00:00

    Hi there,

    It would be great if you can share any error messages that are reflected during this process.

    This command deletes an Apache Spark pool in Azure Synapse Analytics.
    Remove-AzSynapseSparkPool -WorkspaceName ContosoWorkspace -Name ContosoSparkPool

    https://learn.microsoft.com/en-us/powershell/module/az.synapse/remove-azsynapsesparkpool?view=azps-8.0.0#code-try-4

    The below thread discusses the same issue and you can try out some troubleshooting steps from this and see if that helps you to sort the Issue.

    https://learn.microsoft.com/en-us/answers/questions/470521/i-can39t-delete-synapse-workspace-using-portal-or.html

    --------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.