Skip to content

Commit 7d19d01

Browse files
committed
custom availability ui experience update
1 parent 8b549ea commit 7d19d01

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/azure-monitor/app/availability-azure-functions.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Create and run custom availability tests using Azure Functions
33
description: This doc will cover how to create an Azure Function with TrackAvailability() that will run periodically according to the configuration given in TimerTrigger function. The results of this test will be sent to your Application Insights resource, where you will be able to query for and alert on the availability results data. Customized tests will allow you to write more complex availability tests than is possible using the portal UI, monitor an app inside of your Azure VNET, change the endpoint address, or create an availability test if it's not available in your region.
44
ms.topic: conceptual
5-
author: morgangrobin
6-
ms.author: mogrobin
7-
ms.date: 11/22/2019
5+
author: mrbullwinkle
6+
ms.author: mbullwin
7+
ms.date: 05/04/2020
88

99
---
1010

@@ -156,12 +156,10 @@ public async static Task RunAvailbiltyTestAsync(ILogger log)
156156
To make sure everything is working, you can look at the graph in the Availability tab of your Application Insights resource.
157157

158158
> [!NOTE]
159-
> If you implemented your own business logic in runAvailabilityTest.csx then you will see successful results like in the screenshots below, if you did not then you will see failed results.
159+
> If you implemented your own business logic in runAvailabilityTest.csx then you will see successful results like in the screenshots below, if you did not then you will see failed results. Tests created with `TrackAvailability()` will appear with **CUSTOM** next to the test name.
160160
161161
>[!div class="mx-imgBorder"]
162-
>![Availability tab with successful results](media/availability-azure-functions/availtab.png)
163-
164-
When you set up your test using Azure Functions you will notice, that unlike using **Add test** in the Availability tab, the name of your test will not appear and you will not be able to interact with it. The results are visualized but you get a summary view instead of the same detailed view you get when you create an availability test via the portal.
162+
>![Availability tab with successful results](media/availability-azure-functions/availability-custom.png)
165163
166164
To see the end-to-end transaction details, select **Successful** or **Failed** under drill into, then select a sample. You can also get to the end-to-end transaction details by selecting a data point on the graph.
167165

71.9 KB
Loading

0 commit comments

Comments
 (0)