I have a scaleset in azure which will run docker containers inside by grabbing messages from service bus queue. When I spin up the scale-set it is running containers and grabbing messages from queue but when it met the threshold it is scaling vms but those scaled vms are not running containers inside. It is scaling based on the very same images used for initial vm and every vm is identical to each other based on the image used. So if my initial vm is doing the job why not the scaled vms ? Looks like all the jobs are running in one vm which is weird. Any help on this ?
Thx, kumar