Skip to content

Commit aedafaa

Browse files
updates
1 parent 2bea849 commit aedafaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/container-apps/cold-start.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Azure Container Registry [offers image streaming](/azure/container-apps/serverle
3434
> [!NOTE]
3535
> Artifact streaming is only supported with [serverless GPUs](./gpu-serverless-overview.md).
3636
37+
## Manage large downloads
38+
39+
Use [storage mounts](storage-mounts.md) to hold critical data close to your container app, especially when the file sizes are large. For instance, if your app requires a large language model, you can pre-download the model to your storage account. By reading large files from a storage account, you avoid the latency of pulling files across the internet.
40+
41+
If you are creating a storage mount for AI workloads, make sure you use the most appropriate [mount options](/troubleshoot/azure/azure-kubernetes/storage/mountoptions-settings-azure-files) for your needs.
42+
3743
## Implement custom liveness health probe or start listening early
3844

3945
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.

0 commit comments

Comments
 (0)