Search code examples
azureazure-synapse

Access issue with Azure Synapse studio


I created a Synapse workspace in my Azure Portal and tried opening the Synapse studio and I received the following error:

Failed to load one or more resources due to No access, error code 403.

credential    
linkedService      
dataset   
pipeline   
trigger  
sqlscript
notebook
sparkjobdefinition 
dataflow

What could be the reason. I believe I have required access to resource groups


Solution

  • I had this issue and I was able to solve it by doing the following:

    1. Open Synapse Studio from Overview screen in Synapse

    2. Click Manage from the left navigation blade

    3. Click on Access Control in Security

    4. Click Add and then Select the Role "Synapse Administrator"

    5. Select the User permission should be given to

    6. Select Apply

    After that, log out and log back to Azure and the error should disappear.

    In case you still see the error then you need to access to the Synapse workspace and under the Security tab you need to click on it and add the range of IP addresses that will have access to the instance.