Skip to content

Commit e3466c9

Browse files
committed
edit
1 parent 31df582 commit e3466c9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/container-apps/ai-integration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Use GPU accelerated workload profiles to meet a variety of your AI workload need
2626
Dynamic Sessions provide a secure, isolated environment for executing AI-generated code. Perfect for scenarios like sandboxed execution, code evaluation, or AI agents.
2727

2828
Supported session types include:
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.
29+
- **[Platform managed built-in containers](/container-apps/sessions-code-interpreter)**: a platform-managed container that supports executing code in Python and Node.js.
30+
- **[Custom containers](/container-apps/sessions-custom-container)**: create a sessions pool using a custom container for specialized workloads or additional language support.
3131

3232
## Deploying Azure AI Foundry models
3333

@@ -39,11 +39,11 @@ The following are a few examples that demonstrate AI integration with Azure Cont
3939

4040
| Sample | Description |
4141
|--------|-------------|
42-
| [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. |
43-
| [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. |
44-
| [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. |
45-
| [mcp-container-ts](https://github.com/Azure-Samples/mcp-container-ts) | TypeScript-based MCP server template for ACA, ideal for building custom AI toolchains. |
46-
| [python-code-interpreter](https://github.com/Azure-Samples/aca-python-code-interpreter-session) | Dynamic session for executing Python code in a secure environment. |
42+
| [Chat app with Azure OpenAI](https://github.com/Azure-Samples/container-apps-openai) | ChatGPT-like apps using OpenAI, LangChain, ChromaDB, and Chainlit deployed to ACA using Terraform. |
43+
| [Host an MCP server](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. |
44+
| [MCP client and server](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. |
45+
| [Remote MCP server](https://github.com/Azure-Samples/mcp-container-ts) | TypeScript-based MCP server template for ACA, ideal for building custom AI toolchains. |
46+
| [Dynamic session Python code interpreter](https://github.com/Azure-Samples/aca-python-code-interpreter-session) | Dynamic session for executing Python code in a secure environment. |
4747

4848
## Related content
4949
- [Multiple-agent workflow automation](/azure/architecture/ai-ml/idea/multiple-agent-workflow-automation)

0 commit comments

Comments
 (0)