Showing results for WebJobs - .NET Blog

Jan 30, 2016
0

Sending ASP.NET WebHooks from Azure WebJobs

Henrik F Nielsen
Henrik F Nielsen

Azure WebJobs is a great way for running any kind of script or executable as a background process in connection with an Azure App Service Web Site or App. You can upload an executable or script as a WebJob and run it either on a schedule or continuously. The WebJob can perform any function you can stick into a command line script or program and usi...

ASP.NET