I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!
Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others", I'll repost your solution in case you'd like to "Accept" the answer.
Issue:
Configure Backend HTTP Settings for App gateway using multiple webApps
Solution:
You can have a
- HTTP Listener with HTTPS Backend Settings and this would still work.
- Similarly, having a HTTPS Listener with HTTP Backend Setting would work
as long as the configuration is correct.
- You informed you were using https listener.
- You created single backend pool for two web app using same certificate and created two separate backend pool and backend settings.
- Adn confirmed this solved the issue If you have any other questions or are still running into more issues, please let me know.
Thank you again for your time and patience throughout this issue.
Cheers,
Kapil.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.