devops_enthusiast
devops_enthusiast

Reputation: 13

What is the best way to monitor services/applications running on Azure Virtual machines

i.e. I'm looking for a way to constantly monitor my virtual machines on Azure and check if specific services (database, application) in the vm are up and running. I also want to be alerted (email) when those services are down. Since the services running on the vm are not publicly available, I am looking for a solution that will monitor their status and report from inside the vms (if that is possible). I am open to any suggestions. Thanks in advance

Upvotes: 0

Views: 564

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222582

You can integrate with Azure Monitor to collect various metrics related to the application as well as database and use alerts to send notifications.

Upvotes: 0

Related Questions