Share via

You've reached the maximum number of Gateways (1) in Service. Please delete one or more Gateway(s) from Service to continue, or consider upgrading your plan to increase the limit. For more information see: https://learn.microsoft.com/en-us/azure/azure-re

Gora LEYE 26 Reputation points MVP
2026-03-08T19:44:55.8633333+00:00

HI,

I am encountering the following error when creating an Azure API Management service (Developer SKU) using either the Azure Portal or Bicep.

Even after deleting the API Management instance and creating it again, the error still persists. I have also tried the Standard SKU, but I am experiencing the same error.

Could you please help me understand what might be causing this issue?

Thank you in advance for your assistance.

Best regards,

You've reached the maximum number of Gateways (1) in Service. Please delete one or more Gateway(s) from Service to continue, or consider upgrading your plan to increase the limit. For more information see: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#limits---api-management-classic-tiers. Click here for details

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.


2 answers

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 2,280 Reputation points Microsoft External Staff Moderator
    2026-03-12T15:36:59.8966667+00:00

    Hello @Gora LEYE,

    For classic tiers of Azure API Management:

    SKU Max Gateways per Service
    Developer 1
    -------- --------
    Developer 1
    Basic 1
    Standard 1
    Premium Multiple

    So when Azure tries to create a new gateway, it checks the limit and returns: You've reached the maximum number of Gateways (1) in Service.

    0 comments No comments

  2. Gora LEYE 26 Reputation points MVP
    2026-03-09T13:48:21.8133333+00:00

    Hi @Shree Hima Bindu Maganti

    Thank you for your response.

    The solution is not working for me as

    az apim gateway list --resource-group <your-RG> --service-name <your-APIM-name> returns nothing

    I have also purged all soft deleted api management services

    az apim deletedservice list

    az apim deletedservice purge --service-name datasynchro-apim-004 --location francecentral

    I cannot use Standard sku and premuim is very expensive => Setting up 'Internal' Virtual Network Configuration not supported for Sku Type 'Standard'. (Code:ManagingVirtualNetworkConfigurationNotSupported)

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.