0

Can VMs from the pool of Azure Batch service be joined to on-premises Active Directory while executing the jobs so that they can access on-premises resources and data stores?

YuGagarin
  • 341
  • 7
  • 20

1 Answers1

0

I believe this is possible by bringing your own Azure Virtual Network (i.e., you specify the virtual network to deploy your pool to) and using a VPN Gateway. Specifically, ARM VNet site-to-site or Classic VNet site-to-site depending upon if you have a ARM VNet with a VirtualMachineConfiguration Batch pool or a Classic VNet with a CloudServiceConfiguration Batch pool, respectively.

fpark
  • 2,304
  • 2
  • 14
  • 21