Azure Classroomnotes 05/Feb/2023

Azure vnet contd

  • In Azure subnet is scoped to Region
    Preview
  • In the same subnet as shown above we can have vms from different zones.
  • Lets create a linux vm and connect it the network created in last session
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
  • The componets with relevance to network created are
    • Network security Group
    • Network Interface
    • Public Ip Address
  • Connect to the linux machine from your system using public ip
ssh username@publicip
sudo apt install net-tools
ifconfig

Preview
* Lets have a look at public ip address created
Preview
Preview
* Lets have a look at network interface
Preview
* Lets have a look at network security group
Preview
Preview

Scenario – 1

  • Create a virtual network in any region (/22) with 3 subnets
    • web (/24)
    • app (/24)
    • db (/24)
      Preview
      Preview
  • Create a linux vm with public ip address in web subnet
    Preview
  • create a linux vm without public ip address in app subnet
    Preview
  • Lets try to connect to the app server from our laptop
    • direct connection is not possible as app server doesnot have public ip
    • so lets connect to web server and from webserver lets connect to app server as communication with in vnet is enabled by default (private connections)
      Preview
      Preview
      Preview
      Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

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

Please turn AdBlock off
Social Network Widget by Acurax Small Business Website Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube