Skip to content

Commit cd64d9b

Browse files
committed
edits
1 parent 1752119 commit cd64d9b

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

articles/container-apps/ai-integration-with-aca.md renamed to articles/container-apps/ai-integration.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,47 @@ description: Examples for running AI workloads in Azure Container Apps, includin
44
author: jefmarti
55
ms.author: jefmarti
66
ms.service: azure-container-apps
7-
ms.date: 07/31/2025
7+
ms.date: 10/03/2025
88
---
99

10-
# AI Integration with Azure Container Apps
10+
# AI integration with Azure Container Apps
1111

1212
Azure Container Apps is a serverless container platform that simplifies the deployment and scaling of microservices and AI-powered applications. With native support for GPU workloads, seamless integration with Azure AI services, and flexible deployment options, it is an ideal platform for building intelligent, cloud-native solutions.
1313

1414

15-
## GPU-Powered Inference
15+
## GPU-powered inference
1616

1717
Use GPU accelerated workload profiles to meet a variety of your AI workload needs, including:
1818

19-
- **Serverless GPUs**: Ideal for variable traffic scenarios and cost-sensitive inference workloads.
20-
- **Dedicated GPUs**: Best for continuous, low-latency inference scenarios.
21-
- **Scale to zero**: Automatically scale down idle GPU resources to minimize costs.
19+
- **[Serverless GPUs](https://learn.microsoft.com/azure/container-apps/gpu-serverless-overview)**: Ideal for variable traffic scenarios and cost-sensitive inference workloads.
20+
- **Dedicated GPUs**: best for continuous, low-latency inference scenarios.
21+
- **Scale to zero**: automatically scale down idle GPU resources to minimize costs.
2222

2323
## Dynamic sessions for AI-generated code
2424

2525
Dynamic Sessions provide a secure, isolated environment for executing AI-generated code. Perfect for scenarios like sandboxed execution, code evaluation, or AI agents.
2626

2727
Supported session types include:
28-
- Code interpreters
29-
- Custom containers
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.
3030

3131
## Deploying Azure AI Foundry models
3232

3333
Azure Container Apps integrates with Azure AI Foundry, which enables you to deploy curated AI models directly into your containerized environments. This integration simplifies model deployment and management, making it easier to build intelligent applications on Container Apps.
3434

3535
### Sample projects
3636

37-
The following are a few examples that demonstrate AI integration with Azure Container Apps. These samples showcase various AI capabilities, including OpenAI integration, multi-agent coordination, and retrieval-augmented generation (RAG) using Azure AI Search.
37+
The following are a few examples that demonstrate AI integration with Azure Container Apps. These samples showcase various AI capabilities, including OpenAI integration, multi-agent coordination, and retrieval-augmented generation (RAG) using Azure AI Search. For more samples, visit the [template library](https://azure-sdk.github.io/awesome-azd/?name=azure+container+apps)
3838

3939
| Sample | Description |
4040
|--------|-------------|
4141
| [container-apps-openai](https://github.com/Azure-Samples/container-apps-openai) | ChatGPT-like apps using OpenAI, LangChain, ChromaDB, and Chainlit deployed to ACA using Terraform. |
4242
| [azure-container-apps-ai-mcp](https://github.com/Azure-Samples/azure-container-apps-ai-mcp) | Demonstrates multi-agent coordination using the MCP protocol with Azure OpenAI and GitHub models in ACA. |
4343
| [openai-mcp-agent-dotnet](https://github.com/Azure-Samples/openai-mcp-agent-dotnet) | .NET-based MCP agent app using Azure OpenAI with a TypeScript MCP server, both hosted on ACA. |
4444
| [mcp-container-ts](https://github.com/Azure-Samples/mcp-container-ts) | TypeScript-based MCP server template for ACA, ideal for building custom AI toolchains. |
45+
| [python-code-interpreter](https://github.com/Azure-Samples/aca-python-code-interpreter-session) | Dynamic session for executing Python code in a secure environment. |
4546

4647
## Related content
4748
- [Multiple-agent workflow automation](/azure/architecture/ai-ml/idea/multiple-agent-workflow-automation)
4849

50+

0 commit comments

Comments
 (0)