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.
-
Create a zip IntelledoxScheduler.zip which contains all the files present inside the IntelledoxScheduler folder.
-
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.
-
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.
- 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.
Updated about 7 years ago