From d0408fd0629a21fa423851a746c34098009106b8 Mon Sep 17 00:00:00 2001 From: kingtroga Date: Wed, 25 Dec 2024 12:08:38 +0100 Subject: [PATCH] added the azure-dynamic-sessions provider page --- .../providers/azure-dynamic-sessions.ipynb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/docs/integrations/providers/azure-dynamic-sessions.ipynb diff --git a/docs/docs/integrations/providers/azure-dynamic-sessions.ipynb b/docs/docs/integrations/providers/azure-dynamic-sessions.ipynb new file mode 100644 index 0000000000000..2798c90976dab --- /dev/null +++ b/docs/docs/integrations/providers/azure-dynamic-sessions.ipynb @@ -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 +}