Need to monitor IIS websites if it is down using Azure Monitor

Praveen Mittapalli 36 Reputation points
2020-11-04T06:10:34.29+00:00

if IIS websites are down then can we configure alert using Azure Monitor.

Please help me on this.

Thanks in advance

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
{count} vote

2 answers

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,996 Reputation points Moderator
    2020-11-05T05:19:56.15+00:00

    @Praveen Mittapalli Thanks for your comment. To monitor availability of any website, you can take advantage of Availability tests in Azure to check if the website is up or not. For more information about availability tests, kindly refer this document. Kindly note to set up availability tests for any website, it should be accessible via public internet.

    0 comments No comments

  2. SwathiDhanwada-MSFT 18,996 Reputation points Moderator
    2020-11-05T05:23:15.133+00:00

    @Praveen Mittapalli If in case the website is not accessible via public internet, I would suggest you to deploy Azure Monitor Application Insights Agent for on-premises servers to retrieve logs and store them in Log analytics based Application Insights resource and create an alert using log query to test if your website is available or not.

    Reference Links:


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.