Hi, I am creating a release pipeline for the Azure Data Factory and My Data Factory Contains Triggers . Now I As we know that Before DataFacctory Release Deployment we have to Disable running triggers and we can use Azure Power shell script for that
I have applied each and every configuration As referred to in the Microsoft CI/CD DOcs
https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-deployment#script
Script it Reading All the Resources and Triggers but not disabling them AS I have seen in logs
Attaching Screen Shots
2020-11-03T10:35:19.8462045Z Getting triggers 2020-11-03T10:35:21.9921456Z Stopping deployed triggers 2020-11-03T10:35:21.9980593Z Unsubscribing DailySync_Trigger from events 2020-11-03T10:35:39.2073804Z Stopping trigger DailySync_Trigger 2020-11-03T10:35:40.8810807Z True 2020-11-03T10:36:18.9416393Z ##[command]Disconnect-AzAccount -Scope Process -ErrorAction Stop 2020-11-03T10:36:19.1860937Z ##[command]Clear-AzContext -Scope Process -ErrorAction Stop 2020-11-03T10:36:19.5016376Z ## Script Execution Complete 2020-11-03T10:36:19.5540764Z ##[section]Finishing: Stop Triggers