In an on-prem SQL Server I have the option to set up scheduled Jobs with the SQL Server Agent. This feature is not present in Azure. Is there any way to do this easily in Azure or will I have to rely on automation scripts / powershell scripting for this?
The task I want to accomplish is to export a bunch of SQL views to CSV and send them to a remote FTP server.
In Azure, through Logic Apps, you can achieve this. Please check below steps.