Search code examples
dockerazure-devopsazure-vm-scale-set

Azure Scale Set VMS use Docker Image


Testing usage of Azure Scale Set VMs integration with Azure Devops Agent Pools. I've read the docs about creating custom VM images, but I haven't seen a way to specify an OCI image to use - is this possible?


Solution

  • I'm afraid it's impossible. Actually, the Azure Scale Set is a group of load-balanced VMs. And Azure VM only can be created from the VM image or the VHD file. So currently, it does not support the OCI image for the VM, also for the Azure Scale Set.