Given the following
- ASP.NET Web API application
- Target: .NET Framework 4.6.1
- Hosted as Azure App Service
I wish to restrict the total number of concurrent HTTP requests to the application.
I have looked at https://github.com/stefanprodan/WebApiThrottle but that seems to be focused on different use cases.
I would like the equivalent of this setting in IIS: https://forums.asp.net/t/1683143.aspx?Max+concurrent+requests