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
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/video-indexer-use-apis.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use the Azure Video Indexer API
3
3
description: This article describes how to get started with Azure Video Indexer API.
4
-
ms.date: 01/07/2021
4
+
ms.date: 06/01/2022
5
5
ms.topic: tutorial
6
6
ms.custom: devx-track-csharp
7
7
---
@@ -107,6 +107,9 @@ This section lists some recommendations when using Azure Video Indexer API.
107
107
108
108
The following C# code snippet demonstrates the usage of all the Azure Video Indexer APIs together.
109
109
110
+
> [!NOTE]
111
+
> The following sample is intended for Classic accounts only and not compatible with ARM accounts. For an updated sample for ARM please see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ApiUsage/ArmBased/Program.cs).
0 commit comments