Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Azure Batch Pools can be Docker compatible if they have a container configuration supplied to them; Batch Pools also support a "StartTask" that can also be container based. Unfortunately, the current Terraform API version does not support this fully. It would be good if the the start task container_configuratin supported the same container settings as that supported for standard tasks. I've linked to the Azure API for TaskContainerSettings as well.
Community Note
Description
Azure Batch Pools can be Docker compatible if they have a container configuration supplied to them; Batch Pools also support a "StartTask" that can also be container based. Unfortunately, the current Terraform API version does not support this fully. It would be good if the the start task container_configuratin supported the same container settings as that supported for standard tasks. I've linked to the Azure API for TaskContainerSettings as well.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://docs.microsoft.com/en-gb/azure/batch/batch-docker-container-workloads https://docs.microsoft.com/en-us/rest/api/batchmanagement/pool/create#starttask https://docs.microsoft.com/en-us/rest/api/batchmanagement/pool/create#taskcontainersettings