Share via

Wrong maximum limit of operations applied to API Management Service

2026-04-30T12:00:15.5333333+00:00

I recently created an azure api mangement instance using Basic v2 plan

grafik

After importing a first round of third party API definitions I ran into this error message on trying to import a new API:

User's image

According to the Link and current pricing plan the limit on operations for Basic v2 should be 10.000 operations, my current number of operations in the API is 3006.
The error also happens when trying to manually create a single operation.

Azure API Management
Azure API Management

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

0 comments No comments

1 answer

Sort by: Most helpful
  1. Siddhesh Desai 6,555 Reputation points Microsoft External Staff Moderator
    2026-04-30T13:38:19.0366667+00:00

    Hi @Unverzagt, Peronnik (CYBERDYNE IT GmbH)

    Thank you for reaching out to Microsoft Q&A.

    The behavior you are experiencing is expected and is due to the recently enforced Azure API Management service limits update (March 2026). In the Basic v2 tier, the maximum number of API operations allowed per service is 3000, not 10,000. The confusion typically arises because the 10,000 operations limit applies to the Standard/Standard v2 tier, and older documentation or pricing references might still show outdated values. Additionally, APIM counts operations at the service level, and this includes not only operations but also API versions and revisions, which often increases the total count beyond what is visible at first glance. Once the service reaches the 3000-operation limit, APIM blocks any further operation creation or API imports, which is why you see the error even when trying to add a single operation. [learn.microsoft.com]

    Refer below points to resolve this issue or this is the workaround:

    • Upgrade to Standard v2 tier The recommended approach is to upgrade your APIM instance to Standard v2, which supports up to 10,000 operations per service. This is the most suitable option if you are importing large third-party APIs or expect future growth.
    • Delete unused APIs / Operations / Revisions Review your existing APIs and remove unnecessary:
      • Operations
      • API versions and revisions
      • Unused imported APIs This helps free up operation count and stay within the 3000 limit.
    • Split APIs across multiple APIM instances If your API landscape is large, consider distributing APIs across multiple APIM services. This is a common architectural approach to bypass service-level limits.
    • Optimize API design Reduce operation count by:
      • Consolidating endpoints where possible
      • Avoiding excessive versioning/revisions
      • Refactoring APIs to minimize operation granularity
    • Validate operation count including hidden entities Ensure you are accounting for all operations including those from API versions and revisions, as these are included in the overall limit calculation and may explain why the limit is reached earlier than expected.

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.