vmss node use which public ip address

豬肉榮 1 Reputation point
2020-06-04T02:57:03.81+00:00

Hello
In my azure , I have a vmss with 2 nodes and have a application gateway to combine with this vmss .

My application gateway public ip address is 20.20.20.20 and in one vmss node I use " curl ifconfig.me" will show 30.30.30.30

So which public ip address should I offer to my vendor ???? 20.20.20.20 or 30.30.30.30??

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,121 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
956 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. suvasara-MSFT 10,001 Reputation points
    2020-06-04T17:32:29.267+00:00

    Greetings,

    Azure Application Gateway will be the front-end receiver for incoming traffic. You need to specify the APPGW Public IP along with the URL path mappings in order to access the content.

    Ex: "http:// ...* :8080/video/test.htm"

    "http:// ...* :8080/images/test.htm" (*-indicate APPGW PIP)


    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    0 comments No comments

  2. 豬肉榮 1 Reputation point
    2020-06-10T00:51:53.553+00:00

    @SubhashVasarapu-8577

    finally in this subnet I use nat gateway to fix my vmss outbound public ip address

    thank you for you advise

    0 comments No comments