Skip to content

Commit 0a36875

Browse files
committed
Moving screenshots
1 parent c9fa416 commit 0a36875

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This example is designed only to show you the mechanics of how the `TrackAvailab
8585
> [!div class="checklist"]
8686
> * [Workspace-based Application Insights resource](create-workspace-resource.md)
8787
> * Access to the source code of an [Azure Functions app](../../azure-functions/functions-how-to-use-azure-function-app-settings.md)
88-
> * Developer expertise to author [custom code](#basic-code-sample) for [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability), tailored to your specific business needs
88+
> * Developer expertise to author custom code for [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability), tailored to your specific business needs
8989
9090
### Get started
9191

@@ -238,6 +238,11 @@ To create a new file, right-click under your timer trigger function (for example
238238

239239
```
240240

241+
> [!NOTE]
242+
> Tests created with `TrackAvailability()` will appear with **CUSTOM** next to the test name.
243+
>
244+
> :::image type="content" source="media/availability/availability-test-list.png" alt-text="Screenshot showing the Availability experience with two different tests listed.":::
245+
241246
---
242247

243248
## Availability alerts
@@ -344,10 +349,7 @@ This section explains how to review availability test results in the Azure porta
344349

345350
Start by reviewing the graph in the **Availability** experience in the Azure portal.
346351

347-
:::image type="content" source="media/availability/availability-test-list.png" alt-text="Screenshot showing the Availability experience with two different tests listed.":::
348-
349-
> [!NOTE]
350-
> Tests created with `TrackAvailability()` will appear with **CUSTOM** next to the test name.
352+
:::image type="content" source="media/availability/scatter-plot.png" alt-text="Screenshot showing the Availability experience graph, highlighting the toggle between line and scatter plot." lightbox="media/availability/scatter-plot.png":::
351353

352354
By default, the Availability experience shows a line graph. Change the view to **Scatter Plot** (toggle above the graph) to see samples of the test results that have diagnostic test-step detail in them. The test engine stores diagnostic detail for tests that have failures. For successful tests, diagnostic details are stored for a subset of the executions. To see the test, test name, and location, hover over any of the green dots or red crosses.
353355

157 KB
Loading

0 commit comments

Comments
 (0)