Skip to content

Commit e2ca634

Browse files
Merge pull request #298298 from craigshoemaker/patch-11
[Container Apps] Update: cold-start.md -> add note for serverless GPUs for artifact streaming
2 parents 4566564 + 56410d9 commit e2ca634

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/container-apps/cold-start.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 03/20/2025
8+
ms.date: 04/15/2025
99
ms.author: cshoe
1010
---
1111

@@ -31,6 +31,9 @@ Use container registries close to your Container Apps environment. Usually this
3131

3232
Azure Container Registry [offers image streaming](/azure/container-apps/serverless-gpu-nim#enable-artifact-streaming-recommended-but-optional) which can speed up image startup by up to 15%.
3333

34+
> [!NOTE]
35+
> Artifact streaming is only supported with [serverless GPUs](./gpu-serverless-overview.md).
36+
3437
## Implement custom liveness health probe or start listening early
3538

3639
Azure Container Apps automatically sets up a [liveness probe](health-probes.md) when ingress is enabled. Images and applications take a long time to start after the image is launched can cause issues with the container. Container Apps could kill the starting application because it fails the liveness probe.
@@ -50,4 +53,4 @@ For troubleshooting performance issues, implement application-side performance m
5053
## Proactively wake your app
5154

5255
If the above recommendations don’t provide the desired performance, wake your app ahead of any actual usage. For example, consider setting up a job at 9am to wake the application ahead of employees starting their work day. This approach could eliminate lengthy cold-starts while still allowing for scale-to-zero cost-savings whenever the app isn't in use.
53-
56+

0 commit comments

Comments
 (0)