I am building a Logic App to coordinate a sequence of jobs for large scale data processing.
One of the steps in this process involves running a shell script (and some Python code) on an Azure Ubuntu VM. The script takes approximately 2 hours to complete. I have to run this script on the VM. It would not migrate well to an Azure function.
What is the best way to have my Logic App kick off this script?