How we can create VM ware using Azure data Factory

103 Views Asked by At

I am trying to create Vmware using VMImage through Azure data factory!

I am able to create manually by using Resource Manager, but i want to automate this process through Azure Data Factory.

2

There are 2 best solutions below

0
On

This does not seem like an appropriate use of Azure Data Factory (ADF) which is primarily an ELT tool. Consider Azure DevOps, Azure Arc or Terraform which would be more appropriate for an Infrastructure as Code approach.

Or maybe just a bit of Powershell!?

0
On

If you can call a Azure Runbook from Azure Automation, then consider it done! Also you can call the run book by a webjobs [Link] (https://learn.microsoft.com/en-us/azure/app-service/webjobs-create)