I have created a simple data factory pipeline for copying files from azure blob storage to azure data lake. For this i have used one event based trigger. Trigger will automatically run pipeline if new blob will come to the blob storage location. If i am publishing my pipeline with my trigger in stopped state then it is publishing without any error. But, when i am publishing with my trigger in started state then it is giving following error: -
Response with status: 403 Forbidden for URL: https://management.azure.com/subscriptions/subscriptionId/providers/Microsoft.EventGrid/register?api-version=2018-02-01
As event based triggers are latest in ADF, I am unable to get any blogs related to this. Please help me. Any help will be appreciated.