Skip to content

Commit 2768c77

Browse files
Merge pull request #230765 from pritamso/Broken-link-fix-Juliako
Broken link fix
2 parents 3e054c0 + 2904a98 commit 2768c77

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

articles/azure-video-indexer/connect-classic-account-to-arm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ APIs to be changed:
9595

9696
For a full description of [Azure Video Indexer REST API](/rest/api/videoindexer/preview/accounts) calls and documentation, follow the link.
9797

98-
For code sample generating an access token through ARM see [C# code sample](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ApiUsage/ArmBased/Program.cs).
98+
For code sample generating an access token through ARM see [C# code sample](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/API-Samples/C%23/ArmBased/Program.cs).
9999

100100
### Next steps
101101

102-
Learn how to [Upload a video using C#](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/ApiUsage/ArmBased).
102+
Learn how to [Upload a video using C#](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/API-Samples/C%23/ArmBased/).
103103

104104
<!-- links -->
105105
[docs-arm-overview]: ../azure-resource-manager/management/overview.md

articles/azure-video-indexer/create-account-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Add new managed identities, switch the default managed identity between user-ass
102102

103103
## Next steps
104104

105-
Learn how to [Upload a video using C#](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/ApiUsage/ArmBased).
105+
Learn how to [Upload a video using C#](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/API-Samples/C%23/ArmBased/).
106106

107107

108108
<!-- links -->

articles/azure-video-indexer/deploy-with-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You need an Azure Media Services account. You can create one for free through [C
3333

3434
### Option 2: Deploy by using a PowerShell script
3535

36-
1. Open the [template file](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ARM-Quick-Start/avam.template.json) and inspect its contents.
36+
1. Open the [template file](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/Deploy-Samples/ArmTemplates/avam.template.json) and inspect its contents.
3737
2. Fill in the required parameters.
3838
3. Run the following PowerShell commands:
3939

articles/azure-video-indexer/odrv-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This parameter specifies the URL of the video or audio file to be indexed. If th
120120
### Code sample
121121

122122
> [!NOTE]
123-
> The following sample is intended for Classic accounts only and isn't compatible with ARM accounts. For an updated sample for ARM, see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ApiUsage/ArmBased/Program.cs).
123+
> The following sample is intended for Classic accounts only and isn't compatible with ARM accounts. For an updated sample for ARM, see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/API-Samples/C%23/ArmBased/Program.cs).
124124
125125
The following C# code snippets demonstrate the usage of all the Azure Video Indexer APIs together.
126126

articles/azure-video-indexer/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Azure Video Indexer website is now supporting account management based on ARM in
270270

271271
### Leverage open-source code to create ARM based account
272272

273-
Added new code samples including HTTP calls to use Azure Video Indexer create, read, update and delete (CRUD) ARM API for solution developers. See [this sample](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/ARM-Quick-Start).
273+
Added new code samples including HTTP calls to use Azure Video Indexer create, read, update and delete (CRUD) ARM API for solution developers.
274274

275275
## January 2022
276276

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When you're uploading videos by using the API, you have the following options:
120120
The following C# code snippet demonstrates the usage of all the Azure Video Indexer APIs together.
121121
122122
> [!NOTE]
123-
> The following sample is intended for classic accounts only and not compatible with ARM-based accounts. For an updated sample for ARM (recommended), see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ApiUsage/ArmBased/Program.cs).
123+
> The following sample is intended for classic accounts only and not compatible with ARM-based accounts. For an updated sample for ARM (recommended), see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/API-Samples/C%23/ArmBased/Program.cs).
124124
125125
```csharp
126126
var apiUrl = "https://api.videoindexer.ai";

0 commit comments

Comments
 (0)