Skip to content

Commit

Permalink
added the azure-dynamic-sessions provider page
Browse files Browse the repository at this point in the history
  • Loading branch information
kingtroga committed Dec 25, 2024
1 parent c7aed53 commit d0408fd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/docs/integrations/providers/azure-dynamic-sessions.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# **Azure Container Apps Dynamic Sessions**\n",
"\n",
"> **What is `Azure Container Apps Dynamic Sessions`?**\n",
"\n",
"- Azure Container Apps Dynamic Sessions allow for running Python code in secure Hyper-V isolated sandboxes. This enables running potentially untrusted code in a safe environment with popular Python packages like NumPy, pandas, and scikit-learn pre-installed.\n",
"- The sessions are fully integrated with Azure for scalable and secure execution.\n",
"\n",
"> Get started with Azure Container Apps Dynamic Sessions by visiting [LangChain Documentation](https://python.langchain.com/docs/integrations/tools/azure-container-apps-dynamic-sessions/)."
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit d0408fd

Please sign in to comment.