Synapse
Synapse copied to clipboard
This request is not authorized to perform this operation using this permission
Hi,
I'm trying to run the loading of the data into Spark DataFrames but have the attached issue.
"Operation failed: "This request is not authorized to perform this operation using this permission.", 403, HEAD, "
I've added my AAD account as Contributor on the ADLS Gen2 : NOK I've added the Synapse workspace as Contributor on the ADLS Gen2 : NOK I've added my account as Contributor on the subscription : NOK I've added the Synapse workspace as Contributor on the subscription : NOK
Many thanks for your help !
I have same issue, linked service is using Account Key auth for storage account. The code works from the notebook, but I get "request is not authorized" error when running code in pipeline.
I have the same issue and it happens when I create a Synapse Workspace resource and select a storage that already exists.
In my case, it was due to the fact that I had set up a firewall on my storage account. The issue has been solved by configuring Privatelink.
you guys ever figure this out?