Skip to content

Commit 93aa545

Browse files
committed
removed extra section
1 parent 61bf2c9 commit 93aa545

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -128,27 +128,6 @@ When complete, the Function App URL and MCP endpoint will be displayed. See the
128128

129129
---
130130

131-
## Architecture
132-
133-
```mermaid
134-
flowchart LR
135-
subgraph mcphosts["MCP Hosts & Clients (Your Computer)"]
136-
Host["Host (VS Code / IDE)"]
137-
Client["Client (GitHub Copilot)"]
138-
end
139-
Host --"MCP Protocol"--> Client
140-
Client --"Tool Discovery"--> FunctionApp["Function App (MCP Server)"]
141-
FunctionApp --"Orchestrate"--> DTS["Durable Task Scheduler"]
142-
DTS --"Agent Calls"--> Agents["Durable Agents<br/>DeepWiki · CodeStyle"]
143-
FunctionApp --"Vector Search"--> CosmosDB
144-
Agents --"Vector Search"--> CosmosDB
145-
FunctionApp --"Embeddings"--> OpenAI["Azure OpenAI"]
146-
Agents --"LLM Calls"--> OpenAI
147-
DTS --"Dashboard"--> User["Developer/Monitor"]
148-
```
149-
150-
---
151-
152131
## Guidance
153132

154133
### Region Availability

0 commit comments

Comments
 (0)