Azure function app | Timer trigger run manually

Pankaj Joshi 391 Reputation points
2022-11-25T16:26:18.533+00:00

I have created function app with timer trigger and it is scheduled to run every 3 hours.
.
On productions env I should ALSO be able to run this timer trigger manually on demand.
What are the different ways to run timer trigger manually? Or do need to create duplicate function as httptrigger and then invoke url?
Please advise

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sreeju Nair 12,666 Reputation points
    2022-11-25T19:21:10.88+00:00

    Yes, It is possible to run a timer trigger configured function on demand. Refer the following URL that details the process.

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-manually-run-non-http

    Hope this helps

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.