Generic error when running a Synapse pipeline containing a dataflow or trying to start a debug session

MS 0 Reputation points
2025-10-17T11:46:08.4666667+00:00

I have 2 Synapse instances in UK South. Error only occurs in one of them and doesn't seem to show up in the workspace logs - 'Internal server error executing the request.' This happens when trying to start debug cluster or run a pipeline with a dataflow inside it.

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.
{count} votes

2 answers

Sort by: Most helpful
  1. Manoj Kumar Boyini 330 Reputation points Microsoft External Staff Moderator
    2025-10-17T12:59:35.6566667+00:00

    Hi MS,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well. 

    The error 'Internal server error executing the request' usually means Synapse had trouble starting the compute that runs your data flow. Since this only happens in one of your workspaces, it’s likely something in that workspace’s setup or environment.

    Please check if the debug cluster is able to start from the Data Flow Debug or Integration Runtime section in Synapse Studio. If the cluster can’t start, it could be due to limited capacity in the region, missing permissions, or a network rule blocking Synapse from creating the compute.

    If the workspace uses a Managed Virtual Network or private endpoints, please make sure the needed Azure services (like Storage and Synapse control plane) are allowed through your firewall or NSG. Sometimes blocked outbound traffic causes this exact error.

    Try creating and running a very simple data flow (for example, one that just reads and writes data). If that fails too, it confirms the issue is with the workspace setup or compute, not your pipeline.

    Also, check the Azure Service Health page for UK South to make sure there’s no ongoing Synapse issue in that region.

    Kindly let me know if you have any further questions. I’ll be glad to assist you.

    Thanks,
    Manoj

    0 comments No comments

  2. MS 0 Reputation points
    2025-10-21T13:41:07.0066667+00:00

    Hi Manoj, I agree with you it may be network related as its the workspace using the Managed Virtual Network and Private endpoints where the debug cluster is failing to start. However I can't see a means of configuring outbound traffic from Synapse with this setup? I've checked that there are no firewalls or nsg's impacting traffic.

    Kind regards, Mark


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.