I have a azure function published. When I open two tabs the browser and call it I get:
Response status code does not indicate success: 429 (Too Many Requests).
.. in the second tab.
The plan I have is Consumption.
Why can I not call the same function multiple times? Shoulden't 'Consumption' scale and allow concurrent calls?