Trigger Azure VM scripts via Azure Databricks workflow
Hello everyone, I have some scripts in Azure Virtual Machine that can only be executed there. And I want to be able to trigger this AVM scripts some by an Azure Databricks workflow. Giving some input variables and receiving some outputs.
I followed this steps, https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject , creating a AVM and a Databricks Workspace under the same VNetwork. Then, I tried to connect to the AVM via ssh.
However, I am not able to connect to do that last step to trigger the script. Is that even possible?
Any thoughts about it would be appreciated. Thanks and merry christmas!