HomeGuidesRecipesAPI
HomeGuidesAPILog In

Configuring Scheduler

Infiniti Scheduler can be deployed as a webjobs in the Azure App Service.

Here a step by step tutorial that will guide you through this process.

  1. Create a zip IntelledoxScheduler.zip which contains all the files present inside the IntelledoxScheduler folder.

  2. Go to Azure Portal. Click on App Services and select the App Service where you want to install the Intelledox Scheduler. Search for WebJobs in the App Service and click on the WebJobs blade.

  3. Click on Add option in the Webjobs and provide the following parameters and press OK

  • Name: IntelledoxScheduler (Name for the scheduler)
  • File Upload: Select the IntelledoxScheduler.zip created in Step-1
  • Type: Triggered
  • CRON Expression: Duration for scheduler

📘

CRON Expression

Refer to the following link for more information about CRON Expression: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer

❗️

Azure Application Settings

Set the Always On option to ON in the Application Settings of the App Service. It is the recommended feature to be enabled when you have web jobs running on the web app.

  1. You will see a Adding WebJob message in the notification. Once the deployment is completed you will see the scheduler configured to your App Service.