application gateway health probe issue

Prasant Chettri 146 Reputation points
2023-11-15T17:54:36.8766667+00:00

I keep getting health probe issue on application gateway with custom domain. I have listener with end to end encryption and same certificate as web app uploaded in the gateway.

I tried the gateway vnet with custom DNS and azure default DNs restarted app gateway on both cases and still same issue

I have NSG defined and UDR setup on application gateway sunbet.

Cannot connect to backend server. Check whether any NSG/UDR/Firewall is blocking access to the server. Check if application is running on correct port. To learn more visit - https://aka.ms/servernotreachable.

The test application with http listerner is passing the health probe

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,217 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 49,611 Reputation points Microsoft Employee Moderator
    2023-11-24T07:11:08.01+00:00

    @Prasant Chettri

    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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.