Skip to content

Commit c9467fd

Browse files
committed
edit pass: deploy-with-arm-template-2
1 parent 4b4f650 commit c9467fd

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed
Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,43 @@
11
---
2-
title: Deploy Azure Video Indexer with ARM template
3-
description: Learn how to create an Azure Video Indexer account by using Azure Resource Manager (ARM) template.
2+
title: Deploy Azure Video Indexer with Resource Manager template
3+
description: Learn how to create an Azure Video Indexer account with Azure Resource Manager template.
44
ms.topic: tutorial
55
ms.date: 05/23/2022
66
ms.author: juliako
77
---
88

9-
# Tutorial: deploy Azure Video Indexer with ARM template
9+
# Tutorial: Deploy Azure Video Indexer with the Azure Resource Manager template
1010

1111
## Overview
1212

13-
In this tutorial, you will create an Azure Video Indexer account by using Azure Resource Manager (ARM) template (preview).
14-
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.
13+
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.
1514

1615
> [!NOTE]
17-
> This sample is *not* for connecting an existing Azure Video Indexer classic account to an ARM-based Azure Video Indexer account.
16+
> This sample is *not* for connecting an existing Azure Video Indexer classic account to a Resource Manager-based Azure Video Indexer account.
1817
> For full documentation on Azure Video Indexer API, visit the [Developer portal](https://aka.ms/avam-dev-portal) page.
19-
> For the latest API version for Microsoft.VideoIndexer, see the [template reference](/azure/templates/microsoft.videoindexer/accounts?tabs=bicep).
18+
> For the latest API version for ```Microsoft.VideoIndexer```, see the [template reference](/azure/templates/microsoft.videoindexer/accounts?tabs=bicep).
2019
2120
## Prerequisites
2221

23-
* An Azure Media Services (AMS) account. You can create one for free through the [Create AMS Account](/azure/media-services/latest/account-create-how-to).
22+
An Azure Media Services account. You can create one for free through [Create a Media Services account](/azure/media-services/latest/account-create-how-to).
2423

2524
## Deploy the sample
2625

2726
----
2827

29-
### Option 1: Click the "Deploy To Azure Button", and fill in the missing parameters
28+
### Option 1: Click the **Deploy To Azure** button, and fill in the missing parameters.
3029

3130
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fmedia-services-video-indexer%2Fmaster%2FARM-Quick-Start%2Favam.template.json)
3231

3332
----
3433

35-
### Option 2 : Deploy using PowerShell Script
34+
### Option 2: Deploy using a PowerShell script.
3635

37-
1. Open The [template file](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ARM-Quick-Start/avam.template.json) file and inspect its content.
38-
2. Fill in the required parameters (see below)
39-
3. Run the Following PowerShell commands:
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 content.
37+
2. Fill in the required parameters (see below).
38+
3. Run the following PowerShell commands:
4039

41-
* Create a new Resource group on the same location as your Azure Video Indexer account, using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet.
40+
* Create a new Resource group on the same location as your Azure Video Indexer account using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet.
4241

4342
```powershell
4443
New-AzResourceGroup -Name myResourceGroup -Location eastus
@@ -51,15 +50,15 @@ The resource will be deployed to your subscription and will create the Azure Vid
5150
```
5251
5352
> [!NOTE]
54-
> If you would like to work with bicep format, see [Deploy by using Bicep](./deploy-with-bicep.md).
53+
> If you would like to work with Bicep format, see [Deploy by using Bicep](./deploy-with-bicep.md).
5554
5655
## Parameters
5756
5857
### name
5958
6059
* Type: string
6160
* Description: Specifies the name of the new Azure Video Indexer account.
62-
* required: true
61+
* Required: true
6362
6463
### location
6564
@@ -68,41 +67,41 @@ The resource will be deployed to your subscription and will create the Azure Vid
6867
* Required: false
6968
7069
> [!NOTE]
71-
> You need to deploy Your Azure Video Indexer account in the same location (region) as the associated Azure Media Services(AMS) resource exists.
70+
> You need to deploy Your Azure Video Indexer account in the same location (region) as the associated Azure Media Services resource.
7271
7372
### mediaServiceAccountResourceId
7473
7574
* Type: string
76-
* Description: The Resource ID of the Azure Media Services(AMS) resource.
75+
* Description: Specifies the Resource ID of the Azure Media Services resource.
7776
* Required: true
7877
7978
### managedIdentityId
8079
8180
* Type: string
82-
* Description: The Resource ID of the Managed Identity used to grant access between Azure Media Services(AMS) resource and the Azure Video Indexer account.
81+
* Description: Specifies the Resource ID of the Managed Identity used to grant access between Azure Media Services resource and the Azure Video Indexer account.
8382
* Required: true
8483
8584
### tags
8685
8786
* Type: object
88-
* Description: Array of objects that represents custom user tags on the Azure Video Indexer account
89-
90-
Required: false
87+
* Description: Specifies the array of objects that represents custom user tags on the Azure Video Indexer account.
88+
* Required: false
9189
9290
## Reference documentation
9391
9492
If you're new to Azure Video Indexer, see:
9593
9694
* [Azure Video Indexer Documentation](./index.yml)
9795
* [Azure Video Indexer Developer Portal](https://api-portal.videoindexer.ai/)
98-
* After completing this tutorial, head to other Azure Video Indexer samples, described on [README.md](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/README.md)
96+
97+
After completing this tutorial, head to other Azure Video Indexer samples, described on [README.md](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/README.md).
9998
10099
If you're new to template deployment, see:
101100
102101
* [Azure Resource Manager documentation](../azure-resource-manager/index.yml)
103-
* [Deploy Resources with ARM Template](../azure-resource-manager/templates/deploy-powershell.md)
102+
* [Deploy Resources with Resource Manager Template](../azure-resource-manager/templates/deploy-powershell.md)
104103
* [Deploy Resources with Bicep and Azure CLI](../azure-resource-manager/bicep/deploy-cli.md)
105104
106105
## Next steps
107106
108-
[Connect an existing classic paid Azure Video Indexer account to ARM-based account](connect-classic-account-to-arm.md)
107+
Connect a [classic paid Azure Video Indexer account to a](connect-classic-account-to-arm.md) Resource Manager-based account.

0 commit comments

Comments
 (0)