An Azure service that provides an enterprise-grade analytics engine.
The error message "Debug session is already terminated" when trying to start a Data Flow Debug session in Azure Synapse can be caused by several factors. Here are some troubleshooting steps you can consider:
- Check Core Quota: Since you are using an 'Azure for Students' subscription, there may be limitations on the number of cores available for your subscription type. You can check your current core quota and see if it is being exceeded.
- Integration Runtime Configuration: Ensure that your custom Integration Runtime (IR) is properly configured and is not experiencing issues. Sometimes, creating a new IR or adjusting its settings can resolve such issues.
- Time to Live (TTL): The TTL settings you have configured (10 and 30 minutes) should generally be sufficient, but you may want to experiment with different TTL values to see if it affects the behavior of the debug session.
- Region Provisioning: Make sure that the resources you are trying to access are provisioned in the same region as your Integration Runtime. Mismatched regions can lead to issues with starting sessions.
- Managed Identity Permissions: Although you have verified that your Managed Identity has the 'Storage Blob Data Contributor' role, ensure that it has the necessary permissions for all resources involved in the data flow.
If the issue persists, consider reaching out to Azure support for further assistance, especially regarding core limits specific to student subscriptions.
References: