I would like to understand details about how rate limiting work with Azure APIM.
for an example - if 100 tps
1) what if all 100 transactions comes in first 100 ms , would be exhaust the quota and would wait for 900 ms to accept more traffic ?
2) would it be spaced out like all 100 transactions would be spaced out in the duration of 1 second ?
Any other important factors around this topic to refer ?