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)

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 Integration by Acurax Social Media Branding Company

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