Skip to content

QUA-2033: document Azure API Management (APIM) support for Azure OpenAI#1146

Draft
ets wants to merge 1 commit into
mainfrom
qua-2033-document-azure-api-management-apim-support-for-the-5893
Draft

QUA-2033: document Azure API Management (APIM) support for Azure OpenAI#1146
ets wants to merge 1 commit into
mainfrom
qua-2033-document-azure-api-management-apim-support-for-the-5893

Conversation

@ets

@ets ets commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Overview

Adds a section to the Agent Q "Add Integration" page explaining that customers can front their Azure OpenAI endpoint with Azure API Management (APIM) and point the Azure OpenAI LLM integration at the APIM gateway. This came up from a customer asking whether an APIM endpoint can be used in place of the Azure OpenAI endpoint directly.

Key Changes

  • Base URL guidance: enter the APIM gateway host without a trailing /openai (the client appends /openai/... itself), and import the API with URL suffix openai on the APIM side.
  • API Key / header name: use the APIM subscription key as the API Key, and change the APIM subscription header name from Ocp-Apim-Subscription-Key to api-key so it matches the header the Azure OpenAI client sends.
  • Note to confirm the deployment name and api-version match what's behind APIM, plus links to the relevant Azure API Management reference docs.

@RafaelOsiro RafaelOsiro added the documentation Improvements or additions to documentation label Jun 18, 2026
@RafaelOsiro RafaelOsiro changed the title docs(agent-q): document Azure API Management (APIM) support for Azure OpenAI QUA-2033: document Azure API Management (APIM) support for Azure OpenAI Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants