Skip to content

Commit dcfe8f9

Browse files
committed
Replacing more screenshots
1 parent 52e1ceb commit dcfe8f9

File tree

6 files changed

+4
-12
lines changed

6 files changed

+4
-12
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ There are four types of availability tests:
8282

8383
> [!div class="checklist"]
8484
> * [Workspace-based Application Insights resource](create-workspace-resource.md)
85-
> * Access to the source code of a [Azure Functions app](../../azure-functions/functions-how-to-use-azure-function-app-settings.md) in Azure Functions
85+
> * Access to the source code of an [Azure Functions app](../../azure-functions/functions-how-to-use-azure-function-app-settings.md)
8686
> * Developer expertise to author [custom code](#basic-code-sample) for [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability), tailored to your specific business needs
8787
8888
### Basic code sample
8989

90-
This example is designed solely to show you the mechanics of how the `TrackAvailability()` API call works within an Azure Functions app. It doesn't show how to write the underlying HTTP test code or business logic required to turn this example into a fully functional availability test.
90+
This example is designed only to show you the mechanics of how the `TrackAvailability()` API call works within an Azure Functions app. It doesn't show how to write the underlying HTTP test code or business logic required to turn this example into a fully functional availability test.
9191

9292
> [!NOTE]
9393
> To follow these instructions, you must use either the [App Service](../../azure-functions/dedicated-plan.md) plan or Functions Premium plan to allow editing code in App Service Editor.
@@ -344,20 +344,12 @@ This section explains how to review availability test results in the Azure porta
344344

345345
Start by reviewing the graph in the **Availability** experience in the Azure portal.
346346

347-
### [Standard test](#tab/standard)
348-
349-
:::image type="content" source="media/availability/availability-test-standard.png" alt-text="Screenshot that shows the Availability experience with the Refresh button highlighted." lightbox="media/availability/availability-test-standard.png":::
350-
351-
### [TrackAvailability](#tab/track)
347+
:::image type="content" source="media/availability/graph-and-tests.png" alt-text="Screenshot that shows the Availability experience with two different tests listed.":::
352348

353349
> [!NOTE]
354350
> Tests created with `TrackAvailability()` will appear with **CUSTOM** next to the test name.
355351

356-
:::image type="content" source="media/availability/availability-test-custom.png" alt-text="Screenshot that shows the Availability experience with a test marked as CUSTOM." lightbox="media/availability/availability-test-custom.png":::
357-
358-
---
359-
360-
By default, the Availability experience shows a line graph. Change the view to **Scatter Plot** 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.
352+
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.
361353

362354
:::image type="content" source="media/availability/scatter-plot.png" alt-text="Screenshot that shows the Scatter Plot view in the Availability experience.":::
363355

Binary file not shown.
Binary file not shown.
-39.7 KB
Loading
-43 KB
Loading
74.8 KB
Loading

0 commit comments

Comments
 (0)