Azure-Samples / functions-custom-handlers

Sample code for Azure Functions custom handlers
MIT License
91 stars 31 forks source link

Missing Timer trigger sample #25

Open jberry777 opened 2 years ago

jberry777 commented 2 years ago

Is there documentation or an example that someone could point me to for how to implement a Timer trigger?

I've reviewed the available samples and documentation but wasn't able to find anything for Golang custom handlers using a Timer trigger.

JustinDPerkins commented 2 months ago

+1. I have not found anything for timer triggers and custom runtimes for go.

Any updates here?

kyupid commented 2 months ago

I’ve spent almost a week looking for related documentation and trying out a few things, but without any success.

It seems to work locally, but oddly enough, it doesn’t function once deployed to Azure.