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:
- Do I need the compute nodes to be VMs or can I use the containers directly?
- Is it possible to configure elasticity, to scale (up or down) with the workload size?