Azure / Azure/Azure-DataFactory
[SR]: Deployment is failing while turning the trigger on
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
Context:
The error occurred during an automated GitHub Actions deployment pipeline
(deploy-batch-prod) while restarting 51 ADF triggers following a successful
ARM template deployment. The pipeline stopped/restarted triggers as part of
the deployment process. One or more triggers failed to start with an
InternalServerError from the ADF API.
GitHub Actions Run: https://github.com/AAInternal/idv00/actions/runs/28551069818/job/84815190615
Steps to Reproduce:
1. Deploy ARM template to prod ADF via CI/CD
2. Stop all 51 triggers
3. Apply ARM template changes
4. Attempt to restart triggers — InternalServerError returned
Expected Behavior:
All triggers restart successfully after ARM template deployment.
Actual Behavior:
ADF returns HTTP 500 InternalServerError on trigger start.
Fix the deployment!
https://github.com/AAInternal/idv00/actions/runs/28551069818/job/84648137380
Contributor guide
Assessment
This issue has not been assessed yet.