Azure Classroomnotes 03/Feb/2023

Azure Vnet

  • The network which we create in Azure is referred as Azure virtual network (vnet).
  • The resources which we create in Azure will be part of subnet not virtual network
  • Every Azure Vnet will have a default azure route table which allows
    • communication between all the systems in vnet
    • communication to the internet
  • Azure VNET is connected to internet by default
    Preview
  • The Network ranges (cidr) which we provide while creating network are for private connectivity
  • To connect the machine from internet, enable public ip and attach this to the network interface
    Preview
  • While assigning public ip, we have options to choose
    • static
    • dynamic
  • When we use dynamic public ip, the ip address is change during power off and on’s and otherway around in static ip.
  • private ip’s are static by default

Azure Resource Creations

Preview

Azure VNet Creation using Portal

  • Azure Portal Refer Here
  • Create a Virtual Network
    Preview
    Preview
    Preview
    Preview
  • Lets create our own cidr range. The cidr range in Azure is referred as address space
    Preview
    Preview
    Preview
    Preview
    Preview
  • Once the resource is created, Navigate to it
    Preview
    Preview
    Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner