Skip to content

Commit fc1946d

Browse files
authored
Update export-portion-of-video-as-mp4.md
change several instances of "id" and "Id" to "ID" per Acrolinx
1 parent cb37ba2 commit fc1946d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-video-analyzer/video-analyzer-docs/cloud/export-portion-of-video-as-mp4.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ In this tab, learn how to export a portion of recorded video as an MP4 file usin
134134

135135
Complete the following prerequisites to run the [C# SDK sample code](https://github.com/Azure-Samples/video-analyzer-csharp).
136136

137-
1. Get your Azure Active Directory [Tenant Id](../../../active-directory/fundamentals/active-directory-how-to-find-tenant.md).
138-
1. Register an application with Microsoft identity platform to get app registration [Client Id](../../../active-directory/develop/quickstart-register-app.md#register-an-application) and [Client secret](../../../active-directory/develop/quickstart-register-app.md#add-a-client-secret).
137+
1. Get your Azure Active Directory [Tenant ID](../../../active-directory/fundamentals/active-directory-how-to-find-tenant.md).
138+
1. Register an application with Microsoft identity platform to get app registration [Client ID](../../../active-directory/develop/quickstart-register-app.md#register-an-application) and [Client secret](../../../active-directory/develop/quickstart-register-app.md#add-a-client-secret).
139139
1. [Visual Studio Code](https://code.visualstudio.com/) on your development machine with following extensions -
140140
* [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools)
141141
* [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
@@ -151,11 +151,11 @@ Complete the following prerequisites to run the [C# SDK sample code](https://git
151151

152152
| Variable | Description |
153153
|----------------------|--------------------------------------------|
154-
| SubscriptionId | Provide Azure subscription Id |
154+
| SubscriptionId | Provide Azure subscription ID |
155155
| ResourceGroup | Provide resource group name |
156156
| AccountName | Provide Video Analyzer account name |
157-
| TenantId | Provide tenant id |
158-
| ClientId | Provide app registration client id |
157+
| TenantId | Provide tenant ID |
158+
| ClientId | Provide app registration client ID |
159159
| Secret | Provide app registration client secret |
160160
| AuthenticationEndpoint | Provide authentication end point (example: https://login.microsoftonline.com) |
161161
| ArmEndPoint | Provide ARM end point (example: https://management.azure.com) |

0 commit comments

Comments
 (0)