In this article, we will see how to get started with Azure Scheduler.

Concept About

Implementation

Creating an Azure Scheduler on the Azure Portal

History

The history tab displays selected metrics for every job execution in the system for the selected job. These metrics provide real-time values regarding the health of your scheduler.

  1. Status
  2. Details
  3. Retry attempts
  4. Occurrence 1st,2nd,3rd
  5. Start time of execution.
  6. End time of execution.
    History
  7. You can also run your job manually by clicking on the “Run” button.
  8. You can click on run to view its history details, including the whole response for every execution.

This is how you can schedule the job by Azure Scheduler.