How to set up quota by subscription in Azure API portal

NICOLE LEUNG (BA-ISD-OOCLL/HKG) 151 Reputation points
2021-05-11T06:53:56.783+00:00

How to set up quota by subscription in Azure API portal ?

When adding this policy to the API,
<quota calls="10000" bandwidth="40000" renewal-period="3600" />

The below warning would be shown.
Error in element 'quota' on line 18, column 9: Policy is not allowed in the specified scope

If i set up quota limitation by key, then its fine. However, the email notification only works for the quota limit set up by subscription
<quota-by-key calls="10" bandwidth="1000" renewal-period="700000" counter-key="@(context.Request.IpAddress)" />

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,959 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,016 Reputation points
    2021-05-24T04:12:22.627+00:00

    Hi @NICOLE LEUNG (BA-ISD-OOCLL/HKG)

    Apology for the delay as there was no "azure-api-management" tags added to your question. I have added the tag now and for APIM related issues you can always use this tag so the right team can assist you.

    I have looked into the screenshot you have shared and it looks like you are adding the policy to "All Operations"
    As per the quota policy usage the policy scopes is only at the product level.

    98944-image.png

    98896-image.png

    Feel free to get back to me if you have any queries or concerns.


0 additional answers

Sort by: Most helpful