I built a web app that does queries to the Azure Rest API and creates resources (WebApp, 2 MySQL Databases, Adds a Hostname, Add an SSL Cert...)
All this queries go to: https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/....
After a few queries, I get a "429 - Too many requests".
Which limit does the Management API have? My account is not in Free Trial.
Seems like I just can make around 10...
Thank you