[Enter feedback here]
I found hard to understand what's the things needs to be done to make a function timer trigger here.
All the chatgpt is giving v1 answer where need function.json
some chatgpt v2 is always giving same official doc answer which is quite hard to understand.
why does it has to be main function? can it be just normal functions?
what's the code needs to add as decorator? Is it just ", timer: func.TimerRequest" as part of function parameter?
what's the repeat schedule about?
Can I write a Http Trigger function, and every time it get called, it will run a function 5 minutes later?
E.g. I want to write a JSON to database and I want to trigger 5 minutes later delete that json ? How to do it?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: b5527c3b-a5da-c73d-66c2-20d96003ff7c
Version Independent ID: 42154c7b-b0e0-26db-79bc-3f1673c48e40
[Enter feedback here] I found hard to understand what's the things needs to be done to make a function timer trigger here.
All the chatgpt is giving v1 answer where need function.json some chatgpt v2 is always giving same official doc answer which is quite hard to understand.
why does it has to be main function? can it be just normal functions? what's the code needs to add as decorator? Is it just ", timer: func.TimerRequest" as part of function parameter? what's the repeat schedule about?
Can I write a Http Trigger function, and every time it get called, it will run a function 5 minutes later?
E.g. I want to write a JSON to database and I want to trigger 5 minutes later delete that json ? How to do it?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.