Sync function triggers should happen when using the vfs/zip APIs
See original GitHub issueToday, when vfs or zip APIs are used, the function triggers are not synced, leading to multiple reported cases of user function apps not waking up.
We should consider adding logic that calls /operations/settriggers
when those APIs are called on function apps.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Failed to sync triggers for function app - Error: Unauthorized
Hi,. I am having the error below when deploying an Azure Function App: 2021-11-16T16:54:27.5205915Z ##[debug]Deployment Failed with Error: ...
Read more >Sync Function Triggers - REST API (Azure App Service)
Learn more about App Service service - Description for Syncs function trigger metadata to the management database.
Read more >Function Trigger Syncing - Ken Muse
Calling the Sync Function Triggers API will trigger the resynchronization process. Either of these will allow you to force Azure Functions to ...
Read more >Cant sync triggers when deploying Azure Function via VS ...
Hard to say for sure, the deployment went through, but the synctriggers is a different story. I'd recommend a few things to help...
Read more >Error syncing triggers: BadRequest in App Function ...
Failed to sync triggers for function app 'ev3cobot'. ... If I understand correctly, this should not prevent jobs from running through.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@npiasecki synctriggers is only meaningful when using Consumption. So if you’re using App Service Plan, this is definitely unrelated to what you are seeing.
Is this still in the pipeline? I am running a consumption plan azure function from a package and I am doing a VFS deployment to still be able to do a custom deployment.