Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.47 KB

api-management-howto-provision-self-hosted-gateway.md

File metadata and controls

47 lines (34 loc) · 2.47 KB
title description services author manager ms.service ms.topic ms.date ms.author
Provision a self-hosted gateway in Azure API Management | Microsoft Docs
Learn how to provision a self-hosted gateway in Azure API Management.
api-management
dlepow
gwallace
api-management
article
03/31/2020
danlep

Provision a self-hosted gateway in Azure API Management

[!INCLUDE api-management-availability-premium-dev]

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.

Prerequisites

Complete the following quickstart: Create an Azure API Management instance

[!INCLUDE api-management-navigate-to-instance.md]

Provision a self-hosted gateway

  1. Select the Gateways from under Deployment and infrastructure.
  2. Click + Add.
  3. Enter the Name and Region of the gateway.

Tip

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.

Important

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. Click Add.

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

Next steps