Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.49 KB

File metadata and controls

49 lines (34 loc) · 2.49 KB
title Provision a self-hosted gateway in Azure API Management | Microsoft Docs
description Learn how to provision a self-hosted gateway in Azure API Management.
services api-management
author dlepow
manager gwallace
ms.service azure-api-management
ms.topic how-to
ms.date 09/30/2025
ms.author 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. Select + Add.

  3. Enter the Name and Region of the gateway.

    [!TIP] Region specifies the intended location of the gateway nodes that are to 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.

  4. Optionally, enter a Description of the gateway resource.

  5. Optionally, select + under APIs to associate one or more APIs with this gateway resource.

    [!IMPORTANT] By default, none of the existing APIs are associated with the new gateway resource. Therefore, attempts to invoke them via the new gateway results in 404 Resource Not Found responses.

  6. Select Add.

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

Related content