简体   繁体   中英

Create a scheduler in Azure that fetches data from Azure SQL DB and post to on-premise system

I have a requirement where a scheduler needs to be developed that would run once per day (preferably in .Net C# as console app), hosted on Azure. This scheduler will connect a Azure SQL DB, fetch data and post to an on-premise system. This system is some kind of application where it has REST web api available for posting data. I don't have experience in Azure and confused which service I should be using in Azure to host this scheduler and how it will connect to Azure SQL DB and then to the on-premise system via API.

I would say you can create that scheduler using Azure Logic Apps .You can create scheduler jobs using Azure Logic Apps workflows . Azure Logic Apps can connect to on-premises SQL Server data sources using a data gateway . It is possible to interact with workflows using REST API .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM