Azure Scheduler
Azure Scheduler permits you to declaratively describe actions to run in the cloud. It then schedules and runs those actions automatically. Scheduler creates, maintains, and invokes scheduled work.
Prerequisites
Now let's get started with the following steps:
Create a job
Sign in to the online Microsoft Azure Portal. Click +New > type Scheduler in the search box > then select Scheduler in results page > click Create.
Next we will get Scheduler Page then click Create Button.
In the Scheduler Job screen, enter the following information: Name, Subscription and Job Collection.
Select an existing job collection, or click Create New > enter a name.
Next, in Action Settings, define the following values: Action Type, Method and URL.
Now we define a schedule. The job could be defined as a one-time job, but let’s pick a recurring schedule: Recurrence, Start, Recur and End by:
Finally, Click Create
button.
After some time we will get Azure Scheduler details in the Azure portal.
Manage and monitor jobs
Once a job is created, it appears in the main Azure dashboard.
Properties
These read-only properties describe the management metadata for the Scheduler job.
Action settings
Clicking on a job in the Jobs screen allows us to configure that job. This lets us configure advanced settings, if we didn't configure them in the quick-create wizard.
Schedule
This lets us reconfigure the schedule, if we did like to change the schedule we created in the quick-create wizard.