I have a few C# Azure Functions that run on a schedule using timer triggers. I\'ve set them up like so, where %TimerSchedule%
refers to a cron expression in the
Local Project
, find the function you want to run, right click, and select "Execute Function Now".Check out this MS quickstart guide.