An Azure service that provides a general-purpose, serverless container platform.
Hey Nick Sturrock ,
Welcome to Microsoft Q&A Platform. Thanks for laying out your scenario in detail.
Here’s what you need to know for Australia East:
Cold-start latency
- From zero to a running NC8as_T4 container, you’ll typically see ~60–90 seconds. This includes image pull, GPU provisioning, and container init.
- You can shave that down to ~30 seconds by enabling ACR artifact streaming and using storage mounts for large model files, so the container doesn’t have to fetch everything at startup.
Regional GPU capacity
- Australia East is a fully supported region for serverless GPUs but it’s a smaller pool than major hubs like West US 3. Under steady or bursty load you can hit capacity limits and queue behind other customers. In normal conditions you shouldn’t see multi-minute waits, but you may see some queuing if many cold starts overlap.
GitHub issue #1579 (AssigningReplica stuck)
- That October 2025 incident was a temporary control-plane bug affecting both A100 and T4 profiles in Australia East. It hasn’t recurred. We’ve since added comprehensive platform monitoring and hooked GPU provisioning failures into Azure Resource Health alerts so you’ll get a health event (and portal notification) if capacity runs out, rather than silent failures.
Capacity visibility (issue #1512)
- There isn’t a public dashboard for regional GPU pool sizes, but Azure Support does have an internal view of current and planned capacity. If you need a capacity snapshot or rollout timeline for Australia East (or other regions), open a support case and we can share what’s in our internal telemetry.
References: https://learn.microsoft.com/azure/container-apps/gpu-serverless-overview https://learn.microsoft.com/azure/container-apps/cold-start https://learn.microsoft.com/azure/container-apps/workload-profiles-overview
https://learn.microsoft.com/azure/container-registry/container-registry-artifact-streaming https://learn.microsoft.com/azure/container-apps/storage-mounts https://learn.microsoft.com/azure/service-health/resource-health/overview https://github.com/microsoft/azure-container-apps/issues/1579 https://github.com/microsoft/azure-container-apps/issues/1512
Please
and “up-vote” wherever the information provided helps you, **this can be beneficial to other community members.