I see only a single replica is supported in Azure ...
# general
f
I see only a single replica is supported in Azure with Pulumi's Cloud package (likely because it's using the Azure Container Service which doesn't support scaling): https://github.com/pulumi/pulumi-cloud/blob/a551480660748471b9eef844d9576f7c6448c57d/azure/service.ts#L57. Anyone have any recommendations on how to run a Docker service in Azure with multiple replicas?
b
It’s probably best to use the pulumi/azure (https://github.com/pulumi/pulumi-azure) provider. It has a lot more options.
f
Right, I tried that but the Container Service is limited to only 1 replica 😞