You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> * 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)
86
86
> * Developer expertise to author [custom code](#basic-code-sample) for [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability), tailored to your specific business needs
87
87
88
88
### Basic code sample
89
89
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.
91
91
92
92
> [!NOTE]
93
93
> 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
344
344
345
345
Start by reviewing the graph in the **Availability** experience in the Azure portal.
346
346
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.":::
352
348
353
349
> [!NOTE]
354
350
> Tests created with `TrackAvailability()` will appear with **CUSTOM** next to the test name.
355
351
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.
361
353
362
354
:::image type="content" source="media/availability/scatter-plot.png" alt-text="Screenshot that shows the Scatter Plot view in the Availability experience.":::
0 commit comments