We have a few webpages (aspx) hosted in the Azure web app (app service), this is already in production. We observed that appeared to be some abnormal activities that seems hacker access that accessing the app intensively between milliseconds. How can we avoid this kind of activities, by introducing IP rate throttling (e.g. traffic from a single IP can only allow to access the page 1 time per minute).
Is this something could be done by app service alone or have to introduce other azure services? We have an azure API Management service, we also think to put it behind there but that seems overkill..
Thanks for help in advance