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.
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.
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)
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!?