Hi @Adrien Maugard,
I understand your concern that the IIS Application Request Routing documentation is out of date. For now, ARR may be considered a legacy product by Microsoft. However, without official confirmation from Microsoft, it is difficult to say whether the product has been abandoned.
If you need the ARR module, just download it from: Application Request Routing. This module still has the functionality described in the documentation.
Considering that you are using Windows 2022 and IIS, there is no particularly suitable solution for replacing ARR.
HAProxy is another open source load balancer and reverse proxy software that provides URL rewriting and load balancing capabilities. HAProxy is primarily designed for Linux environments, but can also be used on Windows with some additional configuration.
Alternatively, NGINX is a popular open source web server and reverse proxy solution that offers powerful load balancing and URL rewriting capabilities, and NGINX can be used in both Windows and Linux environments.
But before adopting any alternative solution, you must evaluate your specific requirements, infrastructure, and deployment scenarios to ensure that the selected alternative meets your needs.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.
Best regards,
Yurong Dai