Skip to content

Commit 0b2771b

Browse files
authored
Merge pull request #175574 from lgayhardt/patch-26
Deprecation note
2 parents 292ff7a + a95457a commit 0b2771b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ ms.date: 07/21/2021
99

1010
You can monitor a recorded sequence of URLs and interactions with a website via multi-step web tests. This article will walk you through the process of creating a multi-step web test with Visual Studio Enterprise.
1111

12+
> [!IMPORTANT]
13+
> [Multi-step web tests have been deprecated](https://azure.microsoft.com/updates/retirement-notice-transition-to-custom-availability-tests-in-application-insights/). We recommend using [TrackAvailability()](/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability) to submit [custom availability tests](availability-azure-functions.md) instead of multi-step web tests. With TrackAvailability() and custom availability tests, you can run tests on any compute you want and use C# to easily author new tests.
14+
1215
> [!NOTE]
1316
> Multi-step web tests **are not supported** in the [Azure Government](../../azure-government/index.yml) cloud.
1417
15-
> [!NOTE]
16-
> Multi-step web tests are categorized as classic tests and can be found under **Add Classic Test** in the Availability pane.
18+
19+
Multi-step web tests are categorized as classic tests and can be found under **Add Classic Test** in the Availability pane.
1720

1821
## Multi-step webtest alternative
1922

0 commit comments

Comments
 (0)