Quickstart: Deploy Azure AI Video Indexer by using an ARM template

Important

Due to the Azure Media Services retirement announcement, Azure AI Video Indexer announces Azure AI Video Indexer features adjustments. See Changes related to Azure Media Service (AMS) retirement to understand what this means for your Azure AI Video Indexer account. See the Preparing for AMS retirement: VI update and migration guide.

Note

Face identification, customization and celebrity recognition features access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face identification, customization and celebrity recognition features are only available to Microsoft managed customers and partners. Use the Face Recognition intake form to apply for access.

Using this quickstart, you can create an Azure AI Video Indexer account by using an Azure Resource Manager template.

A Azure Resource Manager template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration using declarative syntax. You describe your intended deployment without writing the sequence of programming commands to create the deployment.

Once the account is created, you can use the Video Indexer API to interact with the account, upload videos, and get AI Insights. To get started, see Use Azure AI Video Indexer REST API.

Deploy the sample

You have two deployment options:

Select the button for deploying to Azure, and fill in the missing parameters.

Deploy to Azure

Parameters

name

  • Type: string
  • Description: The name of the new Azure AI Video Indexer account.
  • Required: true

storageAccountName

  • Type: string
  • Description: The Name of the storageAccount that will be used by Video Indexer Account.
  • Required: true

tags

  • Type: object
  • Description: The array of objects that represents custom user tags on the Azure AI Video Indexer account.
  • Required: false

Reference documentation

If you're new to Azure AI Video Indexer, see:

If you're new to template deployment, see: