简体   繁体   中英

Unable to publish Azure Data factory Pipeline changes

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.

I think you will have to stop your trigger first. Tumbling window trigger and schedule trigger also need be stopped and then updated.

Make sure that your subscription is registered with the Event Grid resource provider .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM