Building Windows 8 Applications with HTML5 and Web App Template
Join your guide Cory Fowler as he talks to the product teams in Redmond as well as the web community.
This week Cory is joined by Pranav Rastogi and Mike Stall to talk about the Windows Azure WebJobs SDK.
The Windows Azure WebJobs SDK simplifies the task of adding background processing to your Windows Azure web sites. The SDK integrates Windows Azure Storage, triggering a function in your program when items are added to Queues, Blobs or Tables. A dashboard provides rich monitoring and diagnostics for the programs that you write by using the SDK. The monitoring and diagnostics features are built into the SDK and do not require you to add any special code in your program.
Show Links
NuGet packages
When you say Dashboard & SDK will be open-source, does that mean Dashboard will be a web-site by itself LOCALLY or it will be available as a web-site on Azure?
It is available today as a Site Extension for all websites on Windows Azure.
You can also run the Dashboard locally https://blogs.msdn.com/b/jmstall/archive/2014/01/27/getting-a-dashboard-for-local-development-with-the-webjobs-sdk.aspx
Eventually the source code for SDK is being considered for open sourcing the code.
Is it possible to redeploy a webjobs?
@Thiago Custodio:Yes you can do so