I'm using the docker compose command to spin up 2 containers in Azure Container Instances, by using ACI docker context. Sometimes, it takes only a while (below 1 min) to get the containers up and running. However, often it takes much longer (up to 5 minutes I would say). Does somebody have an idea why the speed of ACI creation and making the containers run can be slow? Can it be improved for example by running the containers in a resource group belonging to a different Azure "location"?
Thank you very much for any ideas.