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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ Use GPU accelerated workload profiles to meet a variety of your AI workload need
26
26
Dynamic Sessions provide a secure, isolated environment for executing AI-generated code. Perfect for scenarios like sandboxed execution, code evaluation, or AI agents.
27
27
28
28
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.
31
31
32
32
## Deploying Azure AI Foundry models
33
33
@@ -39,11 +39,11 @@ The following are a few examples that demonstrate AI integration with Azure Cont
39
39
40
40
| Sample | Description |
41
41
|--------|-------------|
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 codeinterpreter](https://github.com/Azure-Samples/aca-python-code-interpreter-session)| Dynamic session for executing Python code in a secure environment. |
0 commit comments