Skip to content

Commit 0261406

Browse files
committed
docs
1 parent 689c585 commit 0261406

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

docs/docs/en/architecture.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,7 @@ The workshop pattern can be adapted (e.g., customer support) by updating the dat
4444

4545
In the workshop environment, the Agent Service runs in Azure but needs to connect to your locally-running MCP Server. DevTunnel creates a secure tunnel that exposes your local MCP Server to the cloud-based Agent Service.
4646

47-
```plaintext
48-
Azure Cloud Local Development
49-
┌─────────────────────┐ ┌─────────────────────┐
50-
│ Zava Agent App │ │ │
51-
│ (Azure-hosted) │ │ ┌─────────────────┐│
52-
│ │ │ │ MCP Server ││
53-
│ ┌─────────────────┐ │ │ │ (sales_analysis)││
54-
│ │ Agent Service │ │ │ │ localhost:8000 ││
55-
│ │ │ │ │ └─────────────────┘│
56-
│ └─────────────────┘ │ │ │ │
57-
└─────────────────────┘ │ ▼ │
58-
│ │ ┌─────────────────┐│
59-
│ HTTPS requests │ │ PostgreSQL ││
60-
▼ │ │ + pgvector ││
61-
┌─────────────────────┐ │ └─────────────────┘│
62-
│ DevTunnel │ │ │
63-
│ Public Endpoint │◄─────────────────┼──── Secure Tunnel │
64-
│ (*.devtunnels.ms) │ Port Forward │ │
65-
└─────────────────────┘ └─────────────────────┘
66-
```
47+
![Dev Tunnel Architecture](../media/devtunnel-architecture.png)
6748

6849
**How DevTunnel Works in the Workshop:**
6950

docs/docs/es/architecture.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,7 @@ El patrón del taller se puede adaptar (ej., soporte al cliente) actualizando la
4444

4545
En el entorno del taller, el Servicio de Agentes se ejecuta en Azure pero necesita conectarse a tu Servidor MCP ejecutándose localmente. DevTunnel crea un túnel seguro que expone tu Servidor MCP local al Servicio de Agentes basado en la nube.
4646

47-
```plaintext
48-
Nube Azure Desarrollo Local
49-
┌─────────────────────┐ ┌─────────────────────┐
50-
│ App Agente Zava │ │ │
51-
│ (Alojado en Azure) │ │ ┌─────────────────┐│
52-
│ │ │ │ Servidor MCP ││
53-
│ ┌─────────────────┐ │ │ │(sales_analysis) ││
54-
│ │ Servicio de │ │ │ │ localhost:8000 ││
55-
│ │ Agentes Azure AI│ │ │ └─────────────────┘│
56-
│ └─────────────────┘ │ │ │ │
57-
└─────────────────────┘ │ ▼ │
58-
│ │ ┌─────────────────┐│
59-
│ Solicitudes HTTPS │ │ PostgreSQL ││
60-
▼ │ │ + pgvector ││
61-
┌─────────────────────┐ │ └─────────────────┘│
62-
│ DevTunnel │ │ │
63-
│ Endpoint Público │◄─────────────────┼──── Túnel Seguro │
64-
│ (*.devtunnels.ms) │ Reenvío de Puerto│ │
65-
└─────────────────────┘ └─────────────────────┘
66-
```
47+
![Dev Tunnel Architecture](../media/devtunnel-architecture.png)
6748

6849
**Cómo Funciona DevTunnel en el Taller:**
6950

320 KB
Loading

0 commit comments

Comments
 (0)