application gateway url to connect to backend

kiruba 1 Reputation point
2022-12-29T05:23:28.44+00:00

In application gateway Frontend public IP address is used to connect to backend
is there any other url in application gateway by default to use other than public ip address?

for example,
in aws in application load balancer , they provide a url to connect to backend

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
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GitaraniSharma-MSFT 50,096 Reputation points Microsoft Employee Moderator
    2022-12-29T12:40:10.043+00:00

    Hello @kiruba ,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    I understand that you would like to know if there is a URL/dns name in Azure Application gateway by default to use other than Public ip address.

    As mentioned in the below FAQ,
    https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-faq#where-do-i-find-the-application-gateway-ip-and-dns

    If you're using a public IP address as an endpoint, you'll find the IP and DNS information on the public IP address resource. Or find it in the portal, on the overview page for the application gateway. If you're using internal IP addresses, you can find the information on the overview page.
    For the v2 SKU, open the public IP resource and select Configuration. The DNS name label (optional) field is available to configure the DNS name.

    So, you can configure a DNS name label for your Application gateway using the below steps:

    1) Go to the Application gateway resource in your Azure portal and click on the Frontend Public IP address:

    274754-image.png

    2) Go to the Configuration tab of the Public IP resource and add a DNS name label for this Public IP resource:

    274818-image.png

    NOTE : Each domain name label created must be unique within its Azure location.

    274825-image.png

    Refer : https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#dns-name-label
    https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/virtual-network-public-ip-address#view-modify-settings-for-or-delete-a-public-ip-address

    3) Go back to the Application gateway resource overview:

    274852-image.png

    Now, you can see the DNS name/URL for the Application gateway in the Frontend Public IP address section and you can use this URL to access the Application gateway from a browser.

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people 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.