You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/ai-integration.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ author: jefmarti
5
5
ms.author: jefmarti
6
6
ms.service: azure-container-apps
7
7
ms.date: 10/03/2025
8
+
ms.topic: article
8
9
---
9
10
10
11
# AI integration with Azure Container Apps
@@ -16,7 +17,7 @@ Azure Container Apps is a serverless container platform that simplifies the depl
16
17
17
18
Use GPU accelerated workload profiles to meet a variety of your AI workload needs, including:
18
19
19
-
-**[Serverless GPUs](https://learn.microsoft.com/azure/container-apps/gpu-serverless-overview)**: Ideal for variable traffic scenarios and cost-sensitive inference workloads.
20
+
-**[Serverless GPUs](/container-apps/gpu-serverless-overview)**: Ideal for variable traffic scenarios and cost-sensitive inference workloads.
20
21
-**Dedicated GPUs**: best for continuous, low-latency inference scenarios.
21
22
-**Scale to zero**: automatically scale down idle GPU resources to minimize costs.
22
23
@@ -25,8 +26,8 @@ Use GPU accelerated workload profiles to meet a variety of your AI workload need
25
26
Dynamic Sessions provide a secure, isolated environment for executing AI-generated code. Perfect for scenarios like sandboxed execution, code evaluation, or AI agents.
26
27
27
28
Supported session types include:
28
-
-**[Code interpreters](https://learn.microsoft.com/azure/container-apps/sessions-code-interpreter)**: a platform-managed container that supports executing code in multiple programming languages, including Python and JavaScript.
29
-
-**[Custom containers](https://learn.microsoft.com/azure/container-apps/sessions-custom-container)**: create a sessions pool using a custom container for specialized workloads or additional language support.
29
+
-**[Code interpreters](/azure/container-apps/sessions-code-interpreter)**: a platform-managed container that supports executing code in multiple programming languages, including Python and JavaScript.
30
+
-**[Custom containers](/azure/container-apps/sessions-custom-container)**: create a sessions pool using a custom container for specialized workloads or additional language support.
0 commit comments