Azure VNet – Intro

  • What is Azure VNet?
    • Azure Virtual Network
    • This allows a private network to be created inside Azure.
    • It encapsulates many Azure resources such as Virtual Machines
  • Features
    • VNet is similar to an on-premise network but with capabilities of Azure’s infrastructure which provides scale, availability and isolation
    • Basic entities:
      • Address space
      • Subnets
      • Regions
        • A VNet will be limited to 1 region, however, multiple VNet can be connected using Virtual Network Peering
      • Subscription
    • Security
      • A VNet can be secured using Network Security Groups (NSGs)

Leave a Reply