2
Hello, does anyone know how to schedule the daily running of an . exe in Azure? I have an email notifier that needs to run every day, is a C# project that generates an executable and would like to put it in Azure and leave running every morning.
I don’t have a VPS or how to leave it on my local machine because I can’t leave it on 24/7. It would be something similar to windows scheduling.
I found a post about background services in Azure, I will test and if it works here: https://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-jobs/
– rodrigorf