Hi @Rangarajan Subramani
To further isolate the “NetworkError – Request failed due to network issues” observed in Synapse Studio (Access Control / Role assignments), we recommend the following steps. These checks help determine whether the issue is related to client‑side network, firewall, proxy, or security policies.
- Run Azure Synapse Connectivity Checker
Please run the Microsoft‑provided connectivity validation script from the affected machine and share the output.
GitHub repository: https://github.com/microsoft/Azure-Synapse-Connectivity-Checker?tab=readme-ov-file#execution-
Instructions:
- Run the script using PowerShell ISE or elevated PowerShell
- Execute it from the same machine and network where the issue is observed
- This script validates connectivity to all required Synapse endpoints (Studio, Dev endpoint, SQL, and Azure Resource Manager)
This will help confirm whether any required endpoint, port, or TLS connection is being blocked.
- Test from an Alternate Network (Without VPN)
To determine whether the issue is specific to the corporate network or proxy, please try accessing Synapse Studio from:
- A mobile hotspot or home network
- Without connecting to the corporate VPN
If the issue does not occur on an alternate network, it strongly indicates a corporate network, firewall, proxy, or TLS inspection dependency.
- Collect a Browser HAR Trace (If Issue Persists)
If the issue still occurs after the above steps, please collect a HAR (HTTP Archive) trace while reproducing the issue in Synapse Studio and share it with us.
Reference documentation: https://learn.microsoft.com/en-us/azure/azure-portal/capture-browser-trace
This trace helps identify:
Which request is failing
Whether the failure is due to SSL/TLS handshake, proxy reset, or blocked endpoint
Please let us know once the above checks are completed, and share the results so we can proceed with the next steps.