Skip to content

Azure OpenAI

Back to Providers

Use this page to configure an Azure OpenAI connection for the current v0.6.x Early Access lane.

This guide covers Azure OpenAI connection setup for the current v0.6.x Early Access lane.

  • mcp synapse remains BYOK/local-only.
  • mcp synapse is not a hosted proxy service.
  • The product path is non-streaming for this lane.
  • The product path uses no hidden retry, backoff, or silent fallback.
  • You need an active Azure subscription, Azure portal access, mcp synapse running locally, and an MCP-capable IDE.
  • Store API keys locally or in a vault reference and do not commit secrets.

Azure runtime calls use deployment name; do not treat raw model name as the runtime identifier.

  • Create Azure OpenAI resource, retrieve endpoint and key, and create a deployment.
  • Use the exact deployment name in mcp synapse.
  • credentials_path accepts a local key file or a vault reference.
  • Key files should contain only the raw key value.
  • Fill required fields: connection_name, deployment_name, azure_endpoint, azure_api_version, and credentials_path.
  • Run preflight before create.
  • Use edit and preflight reconfirmation when updating.
  • Copy generated MCP config into IDE mcpServers, save, and reload.
  • Validate with a simple test prompt and review dashboard or usage records.

Validation outcomes may vary by environment and provider-side conditions.

  • Troubleshoot by category: quota or capacity, deployment-not-found, authentication or path errors, and deployment deprecation.
  • Re-check deployment name, endpoint, and credentials formatting first.
  • Re-run preflight after correcting connection fields.

Quota, billing, and capacity outcomes may vary by subscription, region, and account policy.

  • Do not commit API keys.
  • Use a vault reference where possible and rotate keys.
  • Keep BYOK/local-only explicit.
  • Keep not a hosted proxy service explicit.
  • Keep non-streaming for this lane explicit.
  • No hidden retry, backoff, or silent fallback on the product path.
  • connection_name
  • deployment_name
  • azure_endpoint
  • azure_api_version
  • credentials_path

AAD token and managed identity production flow are out of scope for this guide.