Randomized Schedules in Azure Functions
Andreas Helland
2
Andreas, touching functions.json as you suggest will restart your function. It may not effect your random timer function, however touching function.json for a single function, restart the entire Function App host and therefore might effect other function in that host.
But your idea is cool