Skip to content

Commit 992d91d

Browse files
authored
Merge pull request #300629 from dlepow/apimai
[APIM] Refactor ToC, LP for AI
2 parents 59363d3 + d6f19f0 commit 992d91d

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

articles/api-management/TOC.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -204,24 +204,6 @@
204204
href: sap-api.md
205205
- name: Import gRPC API
206206
href: grpc-api.md
207-
- name: Azure OpenAI and LLM APIs
208-
items:
209-
- name: AI gateway capabilities in API Management
210-
href: genai-gateway-capabilities.md
211-
- name: Import Azure AI Foundry API
212-
href: azure-ai-foundry-api.md
213-
- name: Import Azure OpenAI API
214-
href: azure-openai-api-from-specification.md
215-
- name: Import OpenAI-compatible LLM API
216-
href: openai-compatible-llm-api.md
217-
- name: Authenticate and authorize to Azure OpenAI
218-
href: api-management-authenticate-authorize-azure-openai.md
219-
- name: Expose REST API as MCP server
220-
href: export-rest-mcp-server.md
221-
- name: Semantic caching for Azure OpenAI API requests
222-
href: azure-openai-enable-semantic-caching.md
223-
- name: Protect Azure OpenAI keys
224-
href: /semantic-kernel/deploy/use-ai-apis-with-api-management?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json
225207
- name: Configure API for SSE
226208
href: how-to-server-sent-events.md
227209
- name: API import restrictions
@@ -250,6 +232,24 @@
250232
href: api-management-howto-cache.md
251233
- name: Custom caching
252234
href: api-management-sample-cache-by-key.md
235+
- name: API management for AI
236+
items:
237+
- name: AI gateway capabilities in API Management
238+
href: genai-gateway-capabilities.md
239+
- name: Import Azure AI Foundry API
240+
href: azure-ai-foundry-api.md
241+
- name: Import Azure OpenAI API
242+
href: azure-openai-api-from-specification.md
243+
- name: Import OpenAI-compatible LLM API
244+
href: openai-compatible-llm-api.md
245+
- name: Authenticate and authorize to Azure OpenAI
246+
href: api-management-authenticate-authorize-azure-openai.md
247+
- name: Expose REST API as MCP server
248+
href: export-rest-mcp-server.md
249+
- name: Semantic caching for Azure OpenAI API requests
250+
href: azure-openai-enable-semantic-caching.md
251+
- name: Protect Azure OpenAI keys
252+
href: /semantic-kernel/deploy/use-ai-apis-with-api-management?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json
253253
- name: Manage APIs with policies
254254
items:
255255
- name: API Management policies overview

articles/api-management/index.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,14 @@ landingContent:
104104
linkLists:
105105
- linkListType: how-to-guide
106106
links:
107-
- text: Import API from Azure OpenAI service
107+
- text: Import Azure AI Foundry API
108+
url: azure-ai-foundry-api.md
109+
- text: Import Azure OpenAI API
108110
url: azure-openai-api-from-specification.md
109-
- text: Enable semantic caching for Azure OpenAI APIs
110-
url: azure-openai-enable-semantic-caching.md
111-
- text: Authenticate and authorize to Azure OpenAI APIs
112-
url: api-management-authenticate-authorize-azure-openai.md
111+
- text: Import OpenAI-compatible LLM API
112+
url: openai-compatible-llm-api.md
113+
- text: Expose REST API as MCP server
114+
url: export-rest-mcp-server.md
113115
- linkListType: concept
114116
links:
115117
- text: Premium v2 tier (preview)

0 commit comments

Comments
 (0)