Scheduler Task in Azure

Sriman 21 Reputation points
2021-07-19T04:43:19.297+00:00

We are using Azure App Service, i need to call one of python end point/task periodically. Earlier we have used Django - Celery and RabbitMQ to call the task periodically.

Env: AppService -> Ubuntu
WebJob: Ubuntu does not support webjob
Tech Stack: Python3.6 and Postgres

Please let me know if there is any way i can schedule task in azure. I am not sure whether i can use Azure Service Bus as we don't have any message to share between processes or server etc.,

Regards,
Sri.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,778 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 28,186 Reputation points Microsoft Employee
    2021-07-26T17:49:56.957+00:00

    Hi @Sriman ,

    In addition to @Anonymous comment, you can also look at using Logic Apps for simple tasks. See https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-overview. Check this tutorial for creating a scheduled based logic app. While Logic Apps allows for some customizations, if you have specific use cases that requires custom code, Azure Functions will be your best solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.