Hello,
I would like to limit API access in Azure API management from public IP addresses by setting the rate limit rule for those accesses (eg. 10 times per minute per IP address) to prevent some brute force action.
But I need to allow access for some authorized IP addresses that will be able to get unlimited access to our API.
I found that we can set rate limits for all IP addresses or allow only specific IP addresses to access our system. But, how can I configure rules for my situation?
Let's me show you an example for more clarification
I want to allow IP 123.123.55.99 to access my API without any limitation
but need to limit any access from all over the world to only 10 times per minute per IP address.
Is it possible to configure rules like this?
Any answer would be greatly appreciated.
Thanks in advance