You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Azure/3_AzureAI/AIFoundry/demos/12_Foundry_Overview.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,71 @@ Last updated: 2026-01-05
70
70
71
71
From [Bring your own AI gateway to Azure AI Agent Service (preview)](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/ai-gateway?view=foundry)
72
72
73
+
> **Core Idea**: In all three cases, your **Agent service** (inside AI Foundry) sends API calls to an **AI Gateway**, which then forwards those calls to the actual AI model resource. The difference is **where the gateway lives** and **which models it connects to**.
74
+
75
+
**Common Pattern**:
76
+
-**Agent service → Gateway → AI Resource**
77
+
- Gateway abstracts the complexity of multiple AI backends.
78
+
- Endpoints are consistent (`GET /models`, `POST /chat/completions`), so your agent doesn’t change when you switch backends.
0 commit comments