Unable to access custom port in Azure VM

JekoAzure 1 Reputation point
2021-11-24T22:45:35.153+00:00

Can someone help me?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,472 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. msrini-MSFT 9,281 Reputation points Microsoft Employee
    2021-11-25T04:05:23.21+00:00

    Try the below:

    1. Allow the custom port in the inbound rules of NSG
    2. Allow the custom port in your IP Tables/Windows Firewall
    3. Also check if the custom port is listening by typing this command in the cmd: netstat-ano

    Regards,
    Karthik Srinivas

    0 comments No comments

  2. Loganathan Thangamuthu 1 Reputation point
    2021-11-25T04:18:22.163+00:00

    From where you are tying to access the custom port ?
    is it from different VM or over internet or from different VPC ?

    add allow inbound rules in Security groups

    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.