You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/deploy-with-arm-template.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ ms.author: juliako
8
8
9
9
# Tutorial: Deploy Azure Video Indexer by using an ARM template
10
10
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.
12
12
13
13
> [!NOTE]
14
14
> This sample is *not* for connecting an existing Azure Video Indexer classic account to a Resource Manager-based Azure Video Indexer account.
15
-
15
+
>
16
16
> 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).
17
17
18
18
## Prerequisites
@@ -55,13 +55,13 @@ You need an Azure Media Services account. You can create one for free through [C
55
55
### name
56
56
57
57
* 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.
59
59
* Required: true
60
60
61
61
### location
62
62
63
63
* 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.
65
65
* Required: false
66
66
67
67
> [!NOTE]
@@ -70,19 +70,19 @@ You need an Azure Media Services account. You can create one for free through [C
70
70
### mediaServiceAccountResourceId
71
71
72
72
* 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.
74
74
* Required: true
75
75
76
76
### managedIdentityId
77
77
78
78
* 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.
80
80
* Required: true
81
81
82
82
### tags
83
83
84
84
* 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.
0 commit comments