Windows Scheduled Task Replacement in Azure ?

Rob Ventre 26 Reputation points
2022-11-08T10:37:24.92+00:00

I have a number of daily, weekly and monthly tasks that run via an on prem Windows server. We are moving to the cloud (Azure) and I have been tasked with moving theses tasks.

Initially I was going to use a Queue and Job which i would write in Laravel but looking at Azure I'm thinking that their might be a simpler option.

Most of the tasks are calling a php script via the php-cgi, is this possible within Azure Logic Apps or am I thinking of using the wrong solution ??

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,147 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
0 comments No comments
{count} vote

Accepted answer
  1. Luke Murray 10,526 Reputation points MVP
    2022-11-09T23:41:01.353+00:00

    You could use Azure Functions, or look at Azure Automation (https://learn.microsoft.com/en-us/azure/automation/overview).

    Azure Automation has Hybrid Worker - which allows you to run tasks - https://learn.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker - on a server in your environment.

    Depending on the complexity and requirements.


0 additional answers

Sort by: Most helpful