Access web page on Azure VM from outside

Jean-François Prat 75 Reputation points
2023-08-25T15:36:17.7766667+00:00

Hello,

I have a Linux VM (with a private IP and a public IP) and I would like to be able to access it from the outside.

This VM as a software installed and it and it needs to be administrated via a web page on a specific port.

Any idea of how I can do that?

Thanks for your feedback.

Jean-François

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,044 questions
0 comments No comments
{count} votes

Accepted answer
  1. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2023-08-28T05:54:21.7166667+00:00

    Hi,

    You will need to open up NSG with inbound rules stating that source (Internet) to Destination (your VM) on Destination port traffic is allowed.

    With that NSG rule, Internet traffic to your VM on the specified port will be allowed.

    Let me know if you have any further questions.

    Regards,

    Karthik Srinivas

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.