It looks like you're experiencing an issue where Azure Data Factory Studio hangs on the "Loading" screen, followed by this error:
InternalServerError Timestamp:
20250519T193654Z
Tracking ID:c60f9eaf-1aa3-4c54-b9c8-dc1c4e8cdbcc
Request Correlation ID:c60f9eaf-1aa3-4c54-b9c8-dc1c4e8cdbcc
This typically points to a transient internal issue with the ADF service, possibly backend-related. Since you're able to access other Azure services just fine, the problem seems isolated to ADF Studio.
Here are a few troubleshooting steps you can try:
Check Azure Service Health
- Go to https://status.azure.com or the Service Health blade in the Azure Portal.
- Look for any active incidents in the region where your Data Factory is deployed.
Use a Private/Incognito Browser Window
- Sometimes stale sessions or cached files can prevent Studio from loading.
- Try launching ADF Studio in an incognito window or another browser.
Clear Browser Cache (Specific to ADF)
- In Chrome: Go to
chrome://settings/siteData
, search foradf.azure.com
, and remove it.
Retry After Some Time
- If the issue is due to a backend service glitch, it may resolve automatically after a short time.
Verify Network Connectivity
- Make sure your internet connection is stable and that there are no VPN/firewall restrictions affecting access to Azure services.
Log Out and Log Back In
- Signing out of the Azure portal and logging back in can reset session issues that might be affecting your experience.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.