-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the azure-dynamic-sessions provider page
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
docs/docs/integrations/providers/azure-dynamic-sessions.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |