Skip to content

Commit b99bcd9

Browse files
authored
Merge pull request #200167 from Juliako/patch-3
Update video-indexer-use-apis.md
2 parents e1e677c + b4ec6de commit b99bcd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-video-indexer/video-indexer-use-apis.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use the Azure Video Indexer API
33
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
55
ms.topic: tutorial
66
ms.custom: devx-track-csharp
77
---
@@ -107,6 +107,9 @@ This section lists some recommendations when using Azure Video Indexer API.
107107
108108
The following C# code snippet demonstrates the usage of all the Azure Video Indexer APIs together.
109109
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).
112+
110113
```csharp
111114
var apiUrl = "https://api.videoindexer.ai";
112115
var accountId = "...";

0 commit comments

Comments
 (0)