Azure Classroom Series – 04/Apr/2021

Azure DNS

  • Azure DNS is a hosting service for DNS domains that provides name resolution
  • Lets create a public zone Preview Preview Preview
  • Create a vm and install any application like apache or nginx. In this example i would be installing apache
sudo apt update
sudo apt install apache2 -y
  • Now lets add A record set in the DNS Zone Preview Preview Preview

Azure Load balancer

  • Create a vmss with 2 vms running apache server
  • Create a loadbalancer (AllServices => Load Balancing) Preview Preview Preview
  • Lets add a health probe & backend pool Preview Preview Preview Preview Preview Preview
  • Now lets add load balancing rules Preview Preview Preview Preview
  • Now navigate to the loadbalancer ip Preview

Azure Application Gateway

Leave a Reply

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

About learningthoughtsadmin