Hi Team,
Batch Pool can be deployed in either of
- cloud service
- virtual machine
from the ARM template, Microsoft.Batch/batchAccounts/pools - Bicep, ARM template & Terraform AzAPI reference | Microsoft Learn, it’s clearly mentioned about how to configure the type of batch pool deployment.
from the hashicorp repo, I am able to find the trace of “cloud_service_configuration”
but I don’t see any mention of this property in official hashicorp definition Terraform Registry
how to configure the deployment type for the batch pool (VM or cloud service) with terraform ?
Best Regards
Yogesh