Azure Classroomnotes 21/12/2021

Monitoring contd

  • Lets try to use some script which will continuously send server request
    bash
    apache_url='http://20.121.185.58/'
    tomcat_url='http://20.121.185.58:8080'
    while true
    do
    curl ${apache_url}
    curl ${tomcat_url}
    sleep 5
    done
  • Network Connection:
  • This service of network watcher enables connectivity monitorint from Virtual to another VM, FQDN, URI or IP Address.
  • This is helpful in identitfying depending.
  • Lets create a connection monitor
    Preview
    Preview
  • Note: Need to investigate further on network analytics (unable to view flow logs)

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner