Synapse Analytics Event Trigger Activation Error

Chavi Gupta 31 Reputation points
2020-08-18T16:33:47.047+00:00

Storage event trigger activation fails with following error:
Forbidden. Role based access check failed for resource <storage-account>

Please help.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,364 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2020-08-19T01:41:35.13+00:00

    Hi @Chavi Gupta ,

    Welcome to Microsoft Q&A forum and sorry you are experiencing this.

    After verifying with internal team, it is confirmed that this is a known issue with event based triggers in Synapse workspace. The product team is aware of this issue and working on fixing it. Unfortunately I don't have an ETA at the moment but will keep this thread updated once I receive further information from internal sources.

    One possible workaround/alternate until the issue is fixed is to use a schedule trigger.

    Hope the above info helps. Please do let us know if you have further query.

    Thank you for your patience.

    ----------

    Thank you
    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


4 additional answers

Sort by: Most helpful
  1. FMSFT 16 Reputation points Microsoft Employee
    2021-01-29T01:15:15.89+00:00

    61641-image.png

    3 people found this answer helpful.

  2. Chavi Gupta 31 Reputation points
    2020-08-20T23:31:10.793+00:00

    Since I needed event based triggers I moved my pipeline to data factory instead. It is working fine there.


  3. Alessandro 87 Reputation points
    2022-05-19T07:05:15.17+00:00

    Register resource providers Data Factory and Event Grid (Subscription -> Resource providers -> Microsoft.DataFactory / Microsoft.EventGrid) worked for me.

    0 comments No comments

  4. Mritunjay Daiya 20 Reputation points
    2023-09-05T12:06:17.4833333+00:00

    If you are still facing the same issue you can use the Azure CLI to resolve this issue and run the command given below:

    az role assignment create --assignee <object-id> --role Contributor --scope /subscriptions/<subscription-id>

    Now, you are good to go.

    0 comments No comments