I'm in charge of deploying a web application. I don't have a hardware load balancer to use. So I thought I could use NLB+ARR. Need to use ARR because my team needs to be able to take one of the 2 applications offline for matinenance and not have it time out for the user. Is this possible to get NLB+ARR working together? The design I'm thinking of is
fw->NLB(vip)-->ARR->web-app1, web-app2