Is it possible to invoke rest api inside TimerTrigger in Azure Functions?
Answer is YES.
Answered myself after a long research. Azure instructions for local development helps to implement HttpTrigger but for other triggers, clarity is missing in documentation.