Skip to content

Commit 531cfe8

Browse files
update sections
1 parent 526ace9 commit 531cfe8

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

articles/container-apps/cold-start.md

Lines changed: 2 additions & 9 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: 04/21/2025
8+
ms.date: 05/06/2025
99
ms.author: cshoe
1010
---
1111

@@ -27,16 +27,9 @@ Often images transition training to inference usage with only minimal tweaks. Ma
2727

2828
Use container registries close to your Container Apps environment. Usually this means you want to use an Azure Container Registry deployed in the same region as your environment, or a premium registry that features global distribution.
2929

30-
## Use artifact streaming
31-
32-
You can improve the cold start of your container app by taking advantage of artifact streaming. Azure Container Registry offers [image streaming](/azure/container-registry/container-registry-artifact-streaming) which can significantly speed up image startup times.
33-
34-
> [!NOTE]
35-
> To use artifact streaming, your container images must be hosted in a premium Azure Container Registry.
36-
3730
## Manage large downloads
3831

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.
32+
Use [storage mounts to hold critical data close to your container app](storage-mounts.md), 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.
4033

4134
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.
4235

articles/container-apps/gpu-serverless-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ Serverless GPUs are run on consumption GPU workload profiles. You manage a consu
9393

9494
## Improve GPU cold start
9595

96-
You can significantly improve cold start times by [enabling artifact streaming](cold-start.md#use-artifact-streaming) and locating large files, like large language models, in a [storage mount](cold-start.md#manage-large-downloads).
96+
You can significantly improve cold start times by enabling artifact streaming and locating large files, like large language models, in a storage mount.
97+
98+
- [Artifact streaming](/azure/container-registry/container-registry-artifact-streaming): Azure Container Registry offers image streaming which can significantly speed up image startup times. To use artifact streaming, your container images must be hosted in a premium Azure Container Registry.
99+
100+
- [Storage mounts](cold-start.md#manage-large-downloads): Reduce the effects of network latency by storing large files in an Azure storage account associated with your container app.
97101

98102
## Submit feedback
99103

0 commit comments

Comments
 (0)