"maxConcurrentRequests" is not working in dedicated ASP for azure function

205 Views Asked by At

I have Azure function in V4. and I have host.json as it is mentioned that maxConcurrentRequests is 10 but at the time of execution azure function ignores this setting. I checked on the internet and found that it was a bug in azure function V3 so I updated my version to 4, but still, i am not able to control maxConcurrentRequest.

And the strange thing is that same code is working fine in consumption plan. because in consumption plan default value for maxConcurrentRequest is 100. and in ASP it is unbounded. and in my case even if I mentioned maxConcurrentRequest is 10 but still it is taking default value.

enter image description here

Lots of Thanks for help(in Advance).

0

There are 0 best solutions below