Home > Vivek More (Page 2)

How to Schedule Jobs in Windows Azure Worker Roles

The following is an example that demonstrates how I was able to successfully schedule jobs. Start by implementing the IJob interface to create a job that can be managed by Quartz.Net. [crayon-673569bddbac0677551988/] Then in the RoleEntryPoint OnStart() method create and configure the scheduler with a trigger and the daily job. This is the part that was greatly lacking in

This Article is TAGGED in , , , . Read more

Using Azure PowerShell for managing azure subscription and virtual machine

You can use Windows PowerShell to perform a variety of tasks in Azure, either interactively at a command prompt or automatically through scripts. Azure PowerShell is a module that provides cmdlets to manage Azure through Windows PowerShell.  Prerequisites for using Azure PowerShell Azure PowerShell modules require Microsoft .NET Framework 4.5.   How to: Install

This Article is TAGGED in , , . Read more