In Azure API Management it's possible to limit call rates by subscription and key: https://docs.microsoft.com/en-us/azure/api-management/api-management-access-restriction-policies#LimitCallRateByKey
My question - is there a way of varying the limit on calls and renewal period by subscription? So for example, subscription A can call an operation 100 times per minute but subscription B can call it 500 times per 10 seconds?
I think being able to have variables on subscriptions could solve this but I don't think that is possible. Is there any other way?
Thanks, Chris.