Question

In the Windows Azure build keynote (2014-04-03) they demo Azure WebJobs. You can clearly see how they associate the current WebJob with the ASP.Net website application. However, I don't have this option available in Visual Studio 2013. Does it come with the new Web Features in Visual Studio 2013 Update 2 RC? I haven't installed it (still RC...) but it's clearly not in the release notes. I've installed the latest Windows Azure SDK for .NET (VS 2013) - 2.3.

In the video you can see the association in action: build azure day 2 keynote

Update: After installing Visual Studio 2013 Update 2 RC I still don't see the option

Was it helpful?

Solution

Just found this awesome extension that I was looking for:

With this extension you can right click on a web project in Visual Studio and associate a console project as a WebJob. After doing that when you publish the web project the webjob project will be published into the correct location in your Azure Web Site

http://visualstudiogallery.msdn.microsoft.com/f4824551-2660-4afa-aba1-1fcc1673c3d0

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top