次の方法で共有


Provision a self-hosted gateway in Azure API Management

適用対象: Developer | Premium

Provisioning a gateway resource in your Azure API Management instance is a prerequisite for deploying a self-hosted gateway. This article walks through the steps to provision a gateway resource in API Management.

前提条件

Complete the following quickstart: Create an Azure API Management instance

API Management インスタンスに移動します。

  1. Azure portal で、 API Management サービスを検索して選択します。

    検索結果に API Management サービスを示すスクリーンショット。

  2. [API Management サービス] ページで、API Management インスタンスを選択します。

    [API Management サービス] ページの API Management インスタンスを示すスクリーンショット。

Provision a self-hosted gateway

  1. [デプロイとインフラストラクチャ] からゲートウェイを選択します。
  2. Click + Add.
  3. Enter the Name and Region of the gateway.

ヒント

Region specifies intended ___location of the gateway nodes that will be associated with this gateway resource. It's semantically equivalent to a similar property associated with any Azure resource, but can be assigned an arbitrary string value.

  1. Optionally, enter a Description of the gateway resource.
  2. Optionally, select + under APIs to associate one or more APIs with this gateway resource.

重要

By default, none of the existing APIs will be associated with the new gateway resource. Therefore, attempts to invoke them via the new gateway will result in 404 Resource Not Found responses.

  1. 追加をクリックします。

Now the gateway resource has been provisioned in your API Management instance. You can proceed to deploy the gateway.