I'm looking to run a number of applications in containers (win and linux) in azure in a large docker swarm. Have it running locally (swarm mode), but I'm struggling to find good info re azure. Should I go with:
*) Container Service/ swarm (not sure if this support windows containers yet)
*) Container Service/ kubernetes (apparently has windows containers in preview)
*) Something else? eg. should I just deploy a batch of vm's in a vnet and roll my own?
Thanks in advance for your help