Hi @Bram Teunis
Thank you for reaching out to the Microsoft Q&A platform.
I understand that you're facing issues with a corrupted Azure Synapse workspace, making it inaccessible and preventing any further actions like deletion or modification, you can try the following steps to resolve the issue:
- Ensure there are no resource locks on the Synapse workspace or its dependent resources.
- Go to the Azure Portal > Resource Group > Check for locks on the Synapse workspace or associated resources like storage accounts, managed identity, or SQL pools.
- If possible, manually delete the dependent resources (e.g., SQL pools, integration runtimes, or storage accounts) linked to the workspace. After removing dependencies, attempt to delete the workspace again.
- Sometimes, the Azure Portal might not allow actions on corrupted resources. Use the following commands:
Remove-AzResource -ResourceId <workspace-resource-id>
Replaceaz resource delete --ids <ResourceId>
<ResourceId>
with the ID of the Synapse workspace. - If none of the above steps resolve the issue, raise a support request with Azure Support.
Please check the below similar issue threads that also might help you.
https://zcusa.951200.xyz/en-us/answers/questions/1465756/i-cannot-delete-azure-synapse-workspace
Hope this helps. Do let us know if you 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.