Want to save your progress?
Create a free account to track your lessons and quizzes across devices.
Register Login
« Back to ClassCompleted: 0%

Networking: VNet & NSGs

Page 1 of 1


Virtual Networks (VNet) and Security

  • VNet: The fundamental building block for your private network in Azure. It enables Azure resources (like VMs) to securely communicate with each other, the internet, and on-premises networks.
  • Network Security Group (NSG): This acts as a firewall for your subnet or specific VM network interface. It contains a list of security rules (Allow/Deny) based on Source IP, Destination IP, Port, and Protocol.
    • Example: Allow TCP traffic on Port 80 (HTTP) from the Internet to your Web Server subnet.