Skip to content

Commit 235608e

Browse files
authored
Merge pull request #308768 from jeffwmartinez/jefmarti-sessions
sessions updates
2 parents f51e01b + 4a3e6ac commit 235608e

3 files changed

Lines changed: 26 additions & 38 deletions

File tree

articles/container-apps/TOC.yml

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -137,36 +137,6 @@ items:
137137
href: migrate-functions.md
138138
- name: Run event-driven and batch workloads
139139
href: functions-unified-platform.md
140-
- name: Use dynamic sessions
141-
items:
142-
- name: Code interpreter sessions
143-
items:
144-
- name: Overview
145-
href: sessions-code-interpreter.md
146-
- name: Tutorials
147-
items:
148-
- name: Use a LLM agent
149-
items:
150-
- name: AutoGen
151-
href: sessions-tutorial-autogen.md
152-
- name: LangChain
153-
href: sessions-tutorial-langchain.md
154-
- name: LlamaIndex
155-
href: sessions-tutorial-llamaindex.md
156-
- name: Semantic Kernel
157-
href: sessions-tutorial-semantic-kernel.md
158-
- name: Use the REST API
159-
items:
160-
- name: JavaScript code interpreter
161-
href: sessions-tutorial-nodejs.md
162-
- name: Shell session
163-
href: sessions-tutorial-shell.md
164-
- name: Shell session with MCP
165-
href: sessions-tutorial-shell-mcp.md
166-
- name: Python code interpreter with MCP
167-
href: sessions-tutorial-python-mcp.md
168-
- name: Custom container sessions
169-
href: sessions-custom-container.md
170140
- name: Event-driven processing
171141
items:
172142
- name: With a job
@@ -219,6 +189,28 @@ items:
219189
href: sessions-usage.md
220190
- name: Session pools
221191
href: session-pool.md
192+
- name: Code interpreter sessions
193+
href: sessions-code-interpreter.md
194+
- name: Custom container sessions
195+
href: sessions-custom-container.md
196+
- name: Tutorials
197+
items:
198+
- name: AutoGen
199+
href: sessions-tutorial-autogen.md
200+
- name: LangChain
201+
href: sessions-tutorial-langchain.md
202+
- name: LlamaIndex
203+
href: sessions-tutorial-llamaindex.md
204+
- name: Semantic Kernel
205+
href: sessions-tutorial-semantic-kernel.md
206+
- name: JavaScript code interpreter
207+
href: sessions-tutorial-nodejs.md
208+
- name: Shell session
209+
href: sessions-tutorial-shell.md
210+
- name: Shell session with MCP
211+
href: sessions-tutorial-shell-mcp.md
212+
- name: Python code interpreter with MCP
213+
href: sessions-tutorial-python-mcp.md
222214
- name: Modernize .NET & Java apps
223215
href: modernize-ai.md
224216
- name: Observability

articles/container-apps/sessions-tutorial-python-mcp.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ Use an ARM template to create a Python session pool with MCP server enabled.
139139
az deployment group create \
140140
--resource-group $RESOURCE_GROUP \
141141
--template-file deploy.json \
142-
--name $SESSION_POOL_NAME \
143-
--location $LOCATION
142+
--parameters name=$SESSION_POOL_NAME location=$LOCATION
144143
```
145144

146145
## Get the MCP server endpoint
@@ -221,5 +220,4 @@ az group delete --resource-group $RESOURCE_GROUP
221220

222221
## Next steps
223222

224-
* [Container Apps dynamic sessions overview](/azure/container-apps/sessions)
225-
* [MCP JSON-RPC specification](https://spec.modelcontextprotocol.io/)
223+
* [Container Apps dynamic sessions overview](/azure/container-apps/sessions)

articles/container-apps/sessions-tutorial-shell-mcp.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ Use an ARM template to create a shell session pool with MCP server enabled.
139139
az deployment group create \
140140
--resource-group $RESOURCE_GROUP \
141141
--template-file deploy.json \
142-
--name $SESSION_POOL_NAME \
143-
--location $LOCATION
142+
--parameters name=$SESSION_POOL_NAME location=$LOCATION
144143
```
145144

146145
## Get the MCP server endpoint
@@ -221,5 +220,4 @@ az group delete --resource-group $RESOURCE_GROUP
221220

222221
## Next steps
223222

224-
- [Container Apps dynamic sessions overview](/azure/container-apps/sessions)
225-
- [MCP JSON-RPC specification](https://spec.modelcontextprotocol.io/)
223+
- [Container Apps dynamic sessions overview](/azure/container-apps/sessions)

0 commit comments

Comments
 (0)