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: samples/microsoft/infrastructure-setup/01-connections/apim-and-modelgateway-integration-guide.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,19 @@
19
19
20
20
The **Bring Your Own AI Gateway** feature in Foundry enables organizations to connect and use AI models hosted behind their enterprise gateways directly within the Foundry platform. This capability allows you to maintain control over your model endpoints while leveraging the power of Foundry's agent capabilities.
21
21
22
+
### 🎯 Connection Type Selection
23
+
24
+
**Choose the right connection type for your gateway:**
25
+
26
+
| Gateway Type | Connection Type | When to Use | Setup Guide |
|**🏢 Azure API Management**| APIM Connection | If you are using Azure API Management service directly as your gateway |[APIM Setup](./apim/)|
29
+
|**🌐 Other Gateways**| ModelGateway Connection | If you are using any other gateway (self-hosted, third-party, or custom solutions) |[ModelGateway Setup](./model-gateway/)|
30
+
31
+
> **💡 Quick Decision**:
32
+
> -**Azure API Management service** → Use **APIM Connection**
@@ -278,8 +291,8 @@ Unified connections for various AI model providers through self-hosted or third-
278
291
### Step 2️⃣: Create Your Gateway Connection
279
292
280
293
📚 **Detailed Instructions**:
281
-
-**APIM Connections**: [APIM Connection Setup Guide](./apim/README.md) - Complete walkthrough for Azure API Management
282
-
-**ModelGateway Connections**: [ModelGateway Setup Guide](./model-gateway/README.md) - Step-by-step for self-hosted/third-party gateways
294
+
-**APIM Connections**: [APIM Setup Guide](./apim/apim-setup-guide-for-agents.md) - Complete walkthrough for Azure API Management
295
+
-**ModelGateway Connections**: [ModelGateway Setup Guide](./model-gateway/modelgateway-setup-guide-for-agents.md) - Step-by-step for self-hosted/third-party gateways
283
296
284
297
1.**📋 Choose the appropriate template**:
285
298
```bash
@@ -327,16 +340,22 @@ Unified connections for various AI model providers through self-hosted or third-
327
340
328
341
## 📚 Resources & Links
329
342
330
-
### 🔧 Setup Guides
343
+
### 🏢 APIM Connections
331
344
332
345
| Resource | Description | Link |
333
346
|----------|-------------|------|
334
-
|**🏢 Azure API Management Setup Guide**| Complete guide for importing AI Foundry and Azure OpenAI resources, adding list/get deployment endpoints, and verification |[APIM Setup Guide](./apim-setup-guide.md)|
347
+
|**🏢 Azure API Management Setup Guide**| Complete guide for importing AI Foundry and Azure OpenAI resources, adding list/get deployment endpoints, and verification |[APIM Setup Guide](./apim/apim-setup-guide-for-agents.md)|
348
+
|**🔗 APIM Connection Configuration**| Detailed JSON schema, examples, and configuration options for APIM connections |[APIM Connection Objects](./apim/APIM-Connection-Objects.md)|
349
+
|**📋 How to Create APIM Connections**| Step-by-step instructions for creating Azure API Management gateway connections |[APIM Connection Setup README](./apim/README.md)|
|**📖 Azure API Management GenAI Gateway**| Official Microsoft documentation on Azure API Management GenAI gateway capabilities and features |[GenAI Gateway Capabilities](https://learn.microsoft.com/en-in/azure/api-management/genai-gateway-capabilities)|
336
352
|**🔗 Azure AI Foundry API in APIM**| Official Microsoft documentation on integrating Azure AI Foundry APIs with Azure API Management |[Azure AI Foundry API](https://learn.microsoft.com/en-in/azure/api-management/azure-ai-foundry-api)|
337
353
|**🔗 Azure OpenAI API from Specification**| Official Microsoft documentation on importing Azure OpenAI APIs into Azure API Management from specification |[Azure OpenAI API Import](https://learn.microsoft.com/en-in/azure/api-management/azure-openai-api-from-specification)|
|**�🔗 APIM Connection Configuration**| Detailed JSON schema, examples, and configuration options for APIM connections |[APIM Connection Objects](./apim/APIM-Connection-Objects.md)|
354
+
355
+
### 🌉 ModelGateway Connections
356
+
357
+
| Resource | Description | Link |
358
+
|----------|-------------|------|
359
+
|**🌉 ModelGateway Setup Guide**| Complete guide for configuring self-hosted and third-party gateways for Foundry Agents integration |[ModelGateway Setup Guide](./model-gateway/modelgateway-setup-guide-for-agents.md)|
340
360
|**🔗 ModelGateway Connection Configuration**| Detailed JSON schema, examples, and configuration options for ModelGateway connections |[ModelGateway Connection Objects](./model-gateway/ModelGateway-Connection-Objects.md)|
341
-
|**📋 How to Create APIM Connections**| Step-by-step instructions for creating Azure API Management gateway connections |[APIM Connection Setup README](./apim/README.md)|
342
361
|**📋 How to Create ModelGateway Connections**| Step-by-step instructions for creating ModelGateway connections for self-hosted/third-party gateways |[ModelGateway Setup README](./model-gateway/README.md)|
0 commit comments