Introduction

In this article, I will discuss how to create, run, stop, refresh, log, and delete web jobs in Azure.

Azure web job is like a service that can run the task in the background. It doesn’t contain any user interface and it is the same as our Windows service.

The scenarios where we use Azure web jobs are.

Prerequisites

Microsoft Azure account.

Agenda

Create Web Job

Below, I will explain how to create a web job in the Azure portal.

It will take some time to create a web job and after that, the web job will show under the web jobs section.

To know more about the type of web jobs follow this link, Types Of Web Job

Run Web Job

Below, I will explain how to run a web job in the Azure portal.

Stop Web Job

Below, I will explain how to stop a web job in the Azure portal.

Refresh Web Job

Below, I will explain how to refresh a web job in the Azure portal.

Logs of Web Job

Below, I will explain how to check the logs of a web job in the Azure portal.

Delete Web Job

Below, I will explain how to delete a web job in the Azure portal.