Thanks for asking question! To elaborate on this Azure Resource Manager does the authentication and first-order validation and throttling of all incoming API requests.
If you are getting a HTTP status 429 Too Many Requests you need to understand if the request throttling is done by Azure Resource Manager or an underlying resource provider like CRP, inspect the x-ms-ratelimit-remaining-subscription-reads for GET requests and x-ms-ratelimit-remaining-subscription-writes response headers for non-GET requests. If the remaining call count is approaching 0, the subscription’s general call limit defined by Azure Resource Manager has been reached. Activities by all subscription clients are counted together. Otherwise, the throttling is coming from the target resource provider.
You may refer to Throttling Resource Manager requests for Azure Resource Manager call rate limits and related diagnostic response HTTP headers.
Also, The following page describes all Azure subscription limits: https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits