Search code examples
asp.net-mvcasp.net-mvc-4azuremanualazure-webjobssdk

Executing manual (Webjobs) from ASP.net MVC


I have a project in ASP.net MVC 4 and work with Webjobs and it works wonderfully. But now I want implement a process that starts the webjob directly (manual), because I have them working every 5 minutes. That is ok, but now I want have this function too.


Solution

  • From your MVC4 Controller action you can put a message on a queue and have a function triggered on this queue message.