I have tried to optimize the registry (moved to same region as ACI, and increased SKU for my registry) and have not been able to reduce deployment time.
The main time spent deploying does not seem to relate to pulling the image from the registry
From the perspective of how this was implemented on the prefect side:
• What is the reasoning for deploying a new resource (container group) for each flow run?
• Would it be possible to instead start new containers for each new flow run within the same container group?