I need to call a bash script on an Azure Linux VM from an azure function app, and I need it to use the compute on that VM and not my resource plan for my function app.
I know I can perform remote execution via Azure CLI, but I can't seem to wrap my mind around calling it from an interval triggered Function App.
thanks in advance