How do we control the number of replicas per instance in a container app?
Jan Rosenzweig
0
Reputation points
We would like to have one replica per instance, with additional replicas raising additional instances. However it seems to ignore our scaling settings, and it seems to be sending all the reuests to one replica at once.
We are using Azure Storage Queues, and we want each message in the queue to spin up one replica per instance.
Thanks!
Sign in to answer