Here are some tips and tricks to improve the performance of the application .net at Azure App Services:
Activate http/2. HTTP/2 offers an increase in performance through header and multiplexing compression, which allows more simultaneous demand without blocking each other. Make sure to activate http/2 in your application platform settings
Turn off the Application Request Routing Cookie. If you...
[More]