Reputation: 7736
I have a Docker-based Windows Container image, packaged to facilitate a very specific execution environment. It also contains the application that will run automatically when started. I have a workload to process, that varies in size (from a 100 input files all the way to 10,000 files).
Is it possible to use this image with Azure Batch:
Upvotes: 1
Views: 640
Reputation: 2369
2016-Datacenter-with-Containers
. You need to specify a ContainerConfiguration on the pool and tasks' should specify TaskContainerSettings. Currently, there is no direct container allocation support akin to Azure Container Instances. You can add your comments/votes to this existing UserVoice thread.Upvotes: 3