Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 3.76 KB

WebApp-Monitoring.md

File metadata and controls

80 lines (46 loc) · 3.76 KB

Web application monitoring on Azure

Application Insights monitors running web app. It tells publisher about failures and performance issues, and helps publisher to analyze how customers use the app.

It's essential to monitor a modern application while it is running. Most importantly, publisher wants to detect failures before most of his customers do.

Also publisher want to discover and fix performance issues that, while not catastrophic, perhaps slow things down or cause some inconvenience to their users.

publisher can set up availability tests for any HTTP or HTTPS endpoint that's accessible from the public internet. publisherYou don't have to make any changes to the website you're testing. The following steps will show HOW-TO deploy availability test for webapp in general.

In case of SaaS Accelerator We will need to deploy one availability test for admin webapp and another test for portal webapp

1- Enable Application Insights for WebApp

If the application Insights feature is not enabled. Publish will enable it as following enable AI

After turning the feature on, Click on Enable then Apply enable AI

enable AI

2- Access Application Insight dashboard

After the installion complete the Application Insights services will be accessible from the webapp or resouce group.

enable AI

Notice the Availability feature on the left panel.

3- Create Availability Test

From Availability Landing page Click Add Standard (preview) Test

enable AI

Fill the test basic information, make sure to enter the URL for Admin or Portal webapp enable AI

Note: you can select up to 5 test locations world wide. From Test Location you can pick 5 location base on SaaS geographic target enable AI

The Availabity test is created and deployed now and will get a similar dashboard like this enable AI

4- Alerts

Under Application Insight Alerts you can monitor and query different alerts and based on Severity you can edit the alert and change the delivery mechanism enable AI

To Edit the Alert for Availability Test. Click on Alert Rules

By Default Availability will create an alert for the availability test you created earlier enable AI

Click on Availability test Alert enable AI

Notice the Action Groups section. Click on action groups enable AI

Select the Email Group, and fill the alert detail email and click create.

If you need to changethe email of the peron/group to be notified, click on Edit Action Group and edit the email/SMS information enable AI

For more about the Action Groups]** please refer to Microsoft Docs.

Summary

This section shows How-To

  • Enable Application Insights
  • Create Availability Test
  • Change Alert to notify group or person.

Other Monitor Recommendation