Skip to content

Commit e3ade60

Browse files
authored
Update deploy-with-arm-template.md
1 parent ad88f37 commit e3ade60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ms.author: juliako
88

99
# Tutorial: Deploy Azure Video Indexer by using an ARM template
1010

11-
In this tutorial, you will create an Azure Video Indexer account by using the Azure Resource Manager template (preview). The resource will be deployed to your subscription and will create the Azure Video Indexer resource based on parameters defined in the *avam.template* file.
11+
In this tutorial, you'll create an Azure Video Indexer account by using the Azure Resource Manager template (ARM template, which is in preview). The resource will be deployed to your subscription and will create the Azure Video Indexer resource based on parameters defined in the *avam.template* file.
1212

1313
> [!NOTE]
1414
> This sample is *not* for connecting an existing Azure Video Indexer classic account to a Resource Manager-based Azure Video Indexer account.
15-
15+
>
1616
> For full documentation on Azure Video Indexer API, visit the [developer portal](https://aka.ms/avam-dev-portal). For the latest API version for *Microsoft.VideoIndexer*, see the [template reference](/azure/templates/microsoft.videoindexer/accounts?tabs=bicep).
1717
1818
## Prerequisites
@@ -55,13 +55,13 @@ You need an Azure Media Services account. You can create one for free through [C
5555
### name
5656

5757
* Type: string
58-
* Description: Specifies the name of the new Azure Video Indexer account.
58+
* Description: The name of the new Azure Video Indexer account.
5959
* Required: true
6060

6161
### location
6262

6363
* Type: string
64-
* Description: Specifies the Azure location where the Azure Video Indexer account should be created.
64+
* Description: The Azure location where the Azure Video Indexer account should be created.
6565
* Required: false
6666

6767
> [!NOTE]
@@ -70,19 +70,19 @@ You need an Azure Media Services account. You can create one for free through [C
7070
### mediaServiceAccountResourceId
7171

7272
* Type: string
73-
* Description: Specifies the resource ID of the Azure Media Services resource.
73+
* Description: The resource ID of the Azure Media Services resource.
7474
* Required: true
7575

7676
### managedIdentityId
7777

7878
* Type: string
79-
* Description: Specifies the resource ID of the managed identity that's used to grant access between Azure Media Services resource and the Azure Video Indexer account.
79+
* Description: The resource ID of the managed identity that's used to grant access between Azure Media Services resource and the Azure Video Indexer account.
8080
* Required: true
8181

8282
### tags
8383

8484
* Type: object
85-
* Description: Specifies the array of objects that represents custom user tags on the Azure Video Indexer account.
85+
* Description: The array of objects that represents custom user tags on the Azure Video Indexer account.
8686
* Required: false
8787

8888
## Reference documentation

0 commit comments

Comments
 (0)