Skip to content

Commit cadcf17

Browse files
authored
Merge pull request #116095 from Juliako/patch-40
Update video-indexer-use-apis.md
2 parents c2ddd94 + 93d35fb commit cadcf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/media-services/video-indexer/video-indexer-use-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: femila
99
ms.service: media-services
1010
ms.subservice: video-indexer
1111
ms.topic: article
12-
ms.date: 04/13/2020
12+
ms.date: 05/21/2020
1313
ms.author: juliako
1414
---
1515

@@ -112,7 +112,7 @@ The following C# code snippet demonstrates the usage of all the Video Indexer AP
112112
```csharp
113113
var apiUrl = "https://api.videoindexer.ai";
114114
var accountId = "...";
115-
var location = "westus2";
115+
var location = "westus2"; // replace with the account's location, or with “trial” if this is a trial account
116116
var apiKey = "...";
117117
118118
System.Net.ServicePointManager.SecurityProtocol = System.Net.ServicePointManager.SecurityProtocol | System.Net.SecurityProtocolType.Tls12;

0 commit comments

Comments
 (0)