Can't access an app on Azure VM via Public IP

Mate Kiss 20 Reputation points
2024-02-16T14:18:19.93+00:00

Hi, A rookie here ;)

I have a Win11 Azure VM, and I installed a small application to it that I have to access from the internet. I set the port that I would like to use to 443 and that certain port is seems to be open:
sc1

Unfortunately, I can't access that small application from the internet and when I try to check 443 port with "Terminal" then it is "timed out": sc2

I get the same result when I try the same 443 port from the Win11 AzureVM itself, using Telnet and the public ip: sc3

I can "call the 443 port" successfully with telnet if I use the "local" links (localhost, 127.0.0.1 and the private ip).

Any recommendations what to check and adjust?

Thanks in advance, M

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
{count} votes

Answer accepted by question author
  1. TP 146.9K Reputation points Volunteer Moderator
    2024-02-16T14:25:54.4766667+00:00

    Hi,

    Inside of the VM, please open Windows Firewall with Advnanced Security (wf.msc) and verify that you created a rule for Inbound port 443 and on Scope tab you are allowing Any IP address (or set a specific IP address if that is your preference) for Remote IP address.

    Please click Accept Answer and upvote if the above was helpful. If you still need assistance please add a comment below.

    Thanks.

    -TP

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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