Azure-Samples / Synapse

Samples for Azure Synapse Analytics
MIT License
375 stars 351 forks source link

This request is not authorized to perform this operation using this permission #30

Open embeau opened 4 years ago

embeau commented 4 years ago

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, " synapse_issue

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 !

jakeatmsft commented 3 years ago

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.

ryoma-nagata commented 3 years ago

I have the same issue and it happens when I create a Synapse Workspace resource and select a storage that already exists.

ryoma-nagata commented 3 years ago

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.

donratsuzy commented 1 year ago

you guys ever figure this out?