#Azure Container Apps - Scale to Zero
1 messages · Page 1 of 1 (latest)
shrink your container size with the usual docker optimization techniques, use a container registry placed close to your ACA and enable artifact streaming, reduce your application’s startup time (time to first successful liveness and readiness probe)
beyond that no, the cold starts are just a poor point of performance for ACA: https://github.com/microsoft/azure-container-apps/issues/997#issuecomment-2183471889