Use Azure Functions to Execute a SQL Azure Stored Procedure on a Timer
Aaron Hoffman
It was hard to find this information all in one place, so I thought I'd throw a post together quick. If you have the need to execute a stored procedure on a timer, that can be fairly easily accomplished with Azure Functions. Create a new Timer Trigger Azure Function, set the cron timer as...