An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hello @KUENTZ Nicolas
According to the current Microsoft documentation, the Azure API Management Consumption tier supports up to 3,000 API operations per service instance. Microsoft announced that the updated limits would begin rolling out to Consumption instances from March 15, 2026.
Your result is therefore unusual. If the service already contains 1,998 operations, but the next import fails with:
"You've reached the maximum number of Operations (1000) in Service"
then the behavior doesn't match the currently documented 3,000-operation limit.
One thing worth noting is that APIM counts API-related resources across the service, including API versions and revisions, so I would first verify the actual operation count through the REST API/ARM rather than relying only on what is visible in the portal.
However, even so, the explicit 1,000-operation limit in the error message suggests the instance may still be subject to older limit enforcement, or that there is an inconsistency between the documented limit and the backend enforcement for that service/stamp.
Since this is a newly created Consumption instance in France Central, I'd recommend opening an Azure support request and providing the APIM service name, region, subscription ID, timestamp of the failed deployment, correlation/request ID, and the complete error response. Microsoft Support can confirm the effective backend quota assigned to that specific instance.
The currently published limit is 3,000 operations for Consumption, so a newly created instance stopping around 2,000 operations with a 1,000-operation error warrants investigation by the APIM product team.
Sharing these references with you:
Microsoft Learn: Azure subscription and service limits, quotas, and constraints | https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits?
Microsoft: New Azure API Management service limits | https://learn.microsoft.com/mt-mt/azure/api-management/service-limits?
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.