Azure API Management、AI ゲートウェイ専用ティアを公開
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
InfoQ AI/ML
Microsoft は Azure API Management に、モデルや MCP ツールを中核に据えた専用 AI Gateway ティアを公開プレビューとしてリリースし、複数プロバイダーの統合管理とツール連携機能を強化した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月7日 16:12
AI深層分析
キーポイント
AI Gateway の新ティア導入
Microsoft は既存ゲートウェイとは別体験となる専用 AI Gateway ティアを公開プレビューし、制御平面を API ではなくモデルや MCP サーバー、ツールに再構築した。
複数プロバイダーの統合管理
Foundry や AWS Bedrock、Google Vertex AI など複数のソースから OpenAI、Anthropic、Mistral のモデルを一元化し、Exact Match ルーティングで管理する仕組みを提供する。
ポータルベースのポリシー設定
XML や式記述に代わり、ポータルのカード型インターフェースでトークン制限やクォータ、コンテンツセーフティ、フォールバックポリシーを直感的に設定可能とした。
MCP ツールのファデレーション
ゲートウェイが MCP サーバーや OpenAPI 仕様、事前接続された SaaS アプリケーションから後端を統合し、各オペレーションをツールとして扱う機能を備えた。
AI Gateway Tier の新機能
Azure API Management にモデルと MCP ツールを統制するための専用 AI ゲートウェイティアが追加された。
重要な引用
a gateway resource whose control plane is organized around models, MCP servers and tools rather than APIs
teams now front many providers rather than one, and the tooling should reflect that
Policies are configured as cards in the portal rather than XML and expressions
Azure API Management Adds Dedicated AI Gateway Tier, Governing Models and MCP Tools
編集コメントを表示
編集コメント
Azure API Management の新機能は、マルチモデル戦略を採用する企業にとって、管理コストとセキュリティリスクを同時に低減する重要なステップとなる。特に MCP ツールのネイティブサポートは、AI エージェントが外部システムと連携する際の標準的な実装パターンを加速させる可能性がある。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Microsoft は、Azure API Management の新しい「AI Gateway」ティアをパブリックプレビューとして公開しました。これは、従来の API ではなく、モデル、MCP サーバー、ツールを中心に制御プレーンを構成するゲートウェイリソースです。
この機能は既存のゲートウェイに政策レイヤーを追加したものではありませんが、従来型のクラシックおよび v2 ティアでも、すでに提供されている AI ゲートウェイ機能 AI gateway capabilities は引き続き利用可能です。
このアプローチの核心は、チームが複数のプロバイダーを扱うようになった現代の状況に対応し、ツールもそれに合わせて設計されるべきだという点です。プレビュー版では、Foundry でホストされている OpenAI、Anthropic、Mistral のモデルに加え、AWS Bedrock、Google Vertex AI、および直接接続された OpenAI のモデルも利用可能です。
OpenAI 互換のプロバイダーはすべて同じエンドポイントパスを共有しますが、ゲートウェイは「model」フィールドの完全一致に基づいてルーティングするため、公開される各モデルには固有の名前が必要です。Anthropic は、カスタムプロバイダーを通じて Messages API をパsthrough する形でサポートされています。
ポリシー設定は、XML や式ではなく、ポータル上でカード形式で行います。トークン数やリクエスト数の制限、クォータ管理、コンテンツセーフティ、モデルのフォールバックなどが対象です。ゲートウェイのプロビジョニングには約 1 分を要し、スケールユニットの計画は不要です。
テレメトリデータは OpenTelemetry トークンメトリクスとして、Application Insights、Datadog、Grafana など、顧客が指定する宛先にエクスポートされます。また、このリソースは顧客自身のサブスクリプションと Entra テナント内で稼働します。
ゲートウェイは、3 つのソースからバックエンドを統合してツールとして機能させます。1 つ目は URL で指定されたリモート MCP サーバー、2 つ目は OpenAPI 仕様、そしてサーバーをホストする必要がない 1,000 以上の SaaS アプリケーションに対応するビルトインコネクタです。
各バックエンドの操作がツールとなり、チームはバックエンドごとにゲートウェイの認証方式を選択できます。選択肢としては、認証を行わない、API キーを使用、OAuth 2.0 を利用、またはマネージドアイデンティティを採用するものがあります。
原文を表示
Microsoft has released a dedicated AI Gateway tier of Azure API Management in public preview, a gateway resource whose control plane is organized around models, MCP servers and tools rather than APIs. It was built as a separate experience rather than another layer of policy on the existing gateway, though the classic and v2 tiers keep the AI gateway capabilities they already had.
The central idea is that teams now front many providers rather than one, and the tooling should reflect that. The preview publishes Foundry-hosted models including OpenAI, Anthropic and Mistral, alongside models in AWS Bedrock, Google Vertex AI and OpenAI directly. All OpenAI-compatible providers share one endpoint path, with the gateway routing on an exact match of the model field, so each published model needs a unique name. Anthropic is handled through a custom provider with Messages API passthrough.
Policies are configured as cards in the portal rather than XML and expressions, covering token and request limits, quotas, Content Safety and model fallback. A gateway provisions in about a minute with no scale units to plan. Telemetry is exported as OpenTelemetry token metrics to Application Insights, Datadog, Grafana, and other destinations the customer controls, and the resource runs in the customer's own subscription and Entra tenant.
For tools, the gateway federates backends from three sources: a remote MCP server by URL, an OpenAPI specification, or a built-in connector covering more than a thousand SaaS applications with no server to host. Each backend's operations become tools, and teams choose per backend whether the gateway authenticates with none, an API key, OAuth 2.0, or a managed identity.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み