An Azure service that provides an enterprise-grade analytics engine.
Hi Haitham
Thanks for explaining the steps you already tried - that helps.
The error “Debug session is already terminated” usually means the Spark cluster for Data Flow debug could not start or was shut down right away.
Since you’re using an Azure for Students subscription, the most common cause is compute/core limits. Student subscriptions often have lower quotas, and Data Flow debug needs Spark clusters, which require cores to spin up. If the quota isn’t enough, the session can fail immediately like this.
A few things to check:
- Go to your subscription → Usage + quotas and check your vCore quota for the region (West Europe).
- Try a smaller Data Flow debug cluster size if possible.
- Make sure your Synapse workspace and IR are in the same region.
If your quota is low or zero for that region, you may need to request a quota increase. Some student subscriptions cannot increase quotas, in which case this becomes a subscription limitation.
Since your storage access and linked service tests are working, this doesn’t look like a permissions issue.
If quota looks fine and it still fails, then it would be best to open a support ticket so the backend logs can be checked.
Hope this helps point you in the right direction.