Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Azure by (17.6k points)

We have one windows application installed in Azure VM. We want to execute that application using Azure so that we will be able to monitor the execution of this application using Azure portal.

Is there any way to invoke an executable present in one Azure VM using Azure Data Factory pipeline or some other service present in Azure?

1 Answer

0 votes
by (47.2k points)
  • We can invoke exe file by using Azure Data Factory making use of Custom Activity.

  •  For more clarification regarding “Custom Activity” in Azure Data Factory, refer to this documentation.

https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-use-custom-activities

  • We can rewrite our application as a custom activity that will run in Azure Batch Virtual Machines. If our application is not able to run in Azure Batch, we must enable PowerShell remoting.

 

 

 

Browse Categories

...