How could a batch (* .bat) process run on Azure without using VMs or servers, only PAAS or SAAS services?
It is about extracting a CSV file from an SFTP server visible from the Internet, taking it to some storage in the Cloud and then processing it with a Java program (.jar) that, in essence, is responsible for importing the records into a Azure SQL Database. In extreme case, you could change the .jar for another program or another method. I hope you can help me. Thanks.