Skip to content

Commit f4bd893

Browse files
Add artifact streaming links
1 parent aedafaa commit f4bd893

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878
href: https://youtu.be/OxmVds31qL8
7979
- name: Communicate between multiple apps
8080
href: connect-apps.md
81-
- name: Reduce cold-start times
82-
href: cold-start.md
8381
- name: Develop & deploy
8482
items:
8583
- name: Deployment options
@@ -225,6 +223,8 @@
225223
displayName: Scale rules and performance overview
226224
- name: Scale a container app
227225
href: tutorial-scaling.md
226+
- name: Reduce cold-start times
227+
href: cold-start.md
228228
- name: Domains & certificates
229229
items:
230230
- name: Overview

articles/container-apps/cold-start.md

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

@@ -29,10 +29,10 @@ Use container registries close to your Container Apps environment. Usually this
2929

3030
## Use artifact streaming
3131

32-
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%.
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.
3333

3434
> [!NOTE]
35-
> Artifact streaming is only supported with [serverless GPUs](./gpu-serverless-overview.md).
35+
> To use artifact streaming, your container images must be hosted in a premium Azure Container Registry.
3636
3737
## Manage large downloads
3838

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-container-apps
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 03/17/2025
10+
ms.date: 04/24/2025
1111
ms.author: cshoe
1212
---
1313

@@ -93,25 +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 improve cold start on your GPU-enabled containers by enabling artifact streaming on your Azure Container Registry. For more information, see [enable artifact streaming](/azure/container-registry/container-registry-artifact-streaming?pivots=development-environment-azure-cli).
96+
You can improve cold start on your GPU-enabled containers by enabling artifact streaming on your Azure Container Registry. For more information, see [enable artifact streaming](/azure/container-registry/container-registry-artifact-streaming).
9797

9898
> [!NOTE]
9999
> To use artifact streaming, your container images must be hosted in a premium Azure Container Registry.
100100
101-
Use the following steps to enable image streaming:
102-
103-
1. Open your Azure Container Registry in the Azure portal.
104-
105-
1. Search for **Repositories**, and select **Repositories**.
106-
107-
1. Select your repository name.
108-
109-
1. From the *Repository* window, select **Start artifact streaming**.
110-
111-
1. Select the image tag that you want to stream.
112-
113-
1. In the window that pops up, select **Create streaming artifact**.
114-
115101
## Submit feedback
116102

117103
Submit issue to the [Azure Container Apps GitHub repo](https://github.com/microsoft/azure-container-apps).

0 commit comments

Comments
 (0)