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]
.NET 9 will be available shortly. The main focus in .net 9 is
Cloud-Native focus.
Performance enhancements
Net features in security, LINQ, and Cryptography
SDK improvements
.NET 8 is long term support. it means, .NET 8 will have long support rather than .NET 9. If you already developed in .NET 8. There is no need to upgrade. But if you want to build Cloud app in na...
[More]