Skip to content

Commit 7525123

Browse files
committed
Added image borders and added lighthouse settings
Signed-off-by: Yaniv Lavi <[email protected]>
1 parent 63e613a commit 7525123

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed
-21.8 KB
Loading
-22.1 KB
Loading
-20.4 KB
Loading
-108 KB
Loading
-37.9 KB
Loading
-53 KB
Loading

articles/azure-monitor/app/proactive-failure-diagnostics.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After setting up [Application Insights for your project](../../azure-monitor/app
2020

2121
Here's a sample alert:
2222

23-
![Sample smart detection alert showing cluster analysis around failure](./media/proactive-failure-diagnostics/013.png)
23+
[![](./media/proactive-failure-diagnostics/013.png "Sample smart detection alert showing cluster analysis around failure")](./media/proactive-failure-diagnostics/013.png#lightbox)
2424

2525
The alert details will tell you:
2626

@@ -73,11 +73,11 @@ This alert rule is created with an associated [Action Group](https://docs.micros
7373
7474
Open the Alerts page. Failure Anomalies alert rules are included along with any alerts that you have set manually, and you can see whether it is currently in the alert state.
7575

76-
![On the Application Insights resource page, click 'Alerts' tile, then 'Manage alert rules'.](./media/proactive-failure-diagnostics/021.png)
76+
[![](./media/proactive-failure-diagnostics/021.png "On the Application Insights resource page, click 'Alerts' tile, then 'Manage alert rules'")](./media/proactive-failure-diagnostics/021.png#lightbox)
7777

7878
Click the alert to configure it.
7979

80-
![Configuration](./media/proactive-failure-diagnostics/032.png)
80+
[![](./media/proactive-failure-diagnostics/032.png "Rule configuration screen")](./media/proactive-failure-diagnostics/032.png#lightbox)
8181

8282
Notice that you can disable Smart Detection, but you can't delete it (or create another one).
8383

@@ -299,23 +299,21 @@ You can also open the [Azure portal](https://portal.azure.com), navigate to the
299299

300300
Clicking on 'Diagnose failures' will help you get more details and resolve the issue.
301301

302-
![Diagnostic search](./media/proactive-failure-diagnostics/051.png)
302+
[![](./media/proactive-failure-diagnostics/051.png "Diagnostic search")](./media/proactive-failure-diagnostics/051.png#lightbox)
303303

304304
From the percentage of requests and number of users affected, you can decide how urgent the issue is. In the example above, the failure rate of 78.5% compares with a normal rate of 2.2%, indicates that something bad is going on. On the other hand, only 46 users were affected. If it was your app, you'd be able to assess how serious that is.
305305

306306
In many cases, you will be able to diagnose the problem quickly from the request name, exception, dependency failure, and trace data provided.
307307

308308
In this example, there was an exception from SQL database due to request limit being reached.
309309

310-
![Failed request details](./media/proactive-failure-diagnostics/052.png)
311-
310+
[![](./media/proactive-failure-diagnostics/052.png "Failed request details")](./media/proactive-failure-diagnostics/052.png#lightbox)
312311

313312
## Review recent alerts
314313

315314
Click **Alerts** in the Application Insights resource page to get to the most recent fired alerts:
316315

317-
![Alerts summary](./media/proactive-failure-diagnostics/070.png)
318-
316+
[![](./media/proactive-failure-diagnostics/070.png "Alerts summary")](./media/proactive-failure-diagnostics/070.png#lightbox)
319317

320318
## What's the difference ...
321319
Smart Detection of failure anomalies complements other similar but distinct features of Application Insights.

0 commit comments

Comments
 (0)