Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello @Aashish Goley
Glad that you're able to find the work around using a settings.job file. Re-iterating the workaround.
- In your WebJob's root folder (inside the ZIP), create a file called
settings.jobwith this content (adjust the cron as needed) Knowledge base{ ) - Zip it up and upload via the portal under Triggered > Upload your zip (choose Manual trigger type).
- Head to Configuration > General settings and turn Always On to Yes (if on Basic tier or higher) to ensure it fires reliably.
Reference :
https://learn.microsoft.com/en-us/azure/app-service/tutorial-webjobs?tabs=windows&pivots=dotnet
Please comment below in case you have any queries.