Azure Management API - 429 Too many requests -
i built web app queries azure rest api , creates resources (webapp, 2 mysql databases, adds hostname, add ssl cert...)
all queries go to: https://management.azure.com/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/....
after few queries, "429 - many requests".
which limit management api have? account not in free trial.
seems can make around 10...
thank you
found way here via google after running same problem. there limits, aren't low default.
the following page describes azure subscription limits: https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits
the relevant limits (in case page taken down):
resource default limit maximum limit resource manager api reads 15000 per hour 15000 per hour resource manager api writes 1200 per hour 1200 per hour resource manager api request size 4194304 bytes 4194304 bytes
if error 10 requests, might want contact microsoft there soft limits on subscription.
Comments
Post a Comment