Skip to content

Commit 7caaa5c

Browse files
Merge pull request #248814 from AaronMaxwell/aaronmax-functions-availability-update-2
Standard tests are recommended
2 parents 3f42f69 + 04f108f commit 7caaa5c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Review TrackAvailability() test results
33
description: This article explains how to review data logged by TrackAvailability() tests
44
ms.topic: conceptual
5-
ms.date: 06/23/2023
5+
ms.date: 08/20/2023
66
---
77

88
# Review TrackAvailability() test results
99

10-
This article explains how to review [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) test results in the Azure portal and query the data using [Log Analytics](../logs/log-analytics-overview.md#overview-of-log-analytics-in-azure-monitor).
10+
This article explains how to review [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) test results in the Azure portal and query the data using [Log Analytics](../logs/log-analytics-overview.md#overview-of-log-analytics-in-azure-monitor). [Standard tests](availability-standard-tests.md) **should always be used if possible** as they require little investment, no maintenance, and have few prerequisites.
1111

1212
## Prerequisites
1313

@@ -16,9 +16,8 @@ This article explains how to review [TrackAvailability()](/dotnet/api/microsoft.
1616
> - Access to the source code of a [function app](../../azure-functions/functions-how-to-use-azure-function-app-settings.md) in Azure Functions
1717
> - Developer expertise capable of authoring [custom code](#basic-code-sample) for [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability), tailored to your specific business needs
1818
19-
> [!NOTE]
20-
> - [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) requires that you make a developer investment in custom code.
21-
> - [Standard tests](availability-standard-tests.md) **should always be used if possible** as they require little investment, no maintenance, and have few prerequisites.
19+
> [!IMPORTANT]
20+
> [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) requires making a developer investment in writing and maintanining potentially complex custom code.
2221
2322
## Check availability
2423

0 commit comments

Comments
 (0)