NSG rule created but still facing issue to load ipaddress on browser

Tawale, Appasaheb 0 Reputation points
2024-07-18T17:15:22.6966667+00:00

I have created vm and resource group and created NSG and its rule for 80 port allow. but still facing to load ipaddress on browser side

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,288 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 8,450 Reputation points
    2024-07-18T17:23:51.96+00:00

    Hello Tawale, Appasahe,

    Thanks for your question

    Check that the NSG rule is correctly configured:

    • Direction should be "Inbound"
    • Source should be "*" or your specific IP
    • Destination should be "*" or the VM's private IP
    • Service or Destination port ranges should include 80
    • Action should be "Allow"
    • Priority should be a lower number than any conflicting "Deny" rules

    Also verify that the Public IP is correct. Make sure you are using the correct public IP of = the VM.

    See:

    https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/associate-public-ip-address-vm?tabs=azure-portal

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments