Create a Video Analyzer account

Note

Azure Video Analyzer has been retired and is no longer available.

Azure Video Analyzer for Media is not affected by this retirement. It is now rebranded to Azure Video Indexer. Click here to read more.

To start using Azure Video Analyzer, you will need to create a Video Analyzer account. The account needs to be associated with a storage account and at least one user-assigned managed identity(UAMI). The UAMI will need to have the permissions of the Storage Blob Data Contributor role and Reader role to your storage account. You can optionally associate an IoT Hub with your Video Analyzer account – this is needed if you use Video Analyzer edge module as a transparent gateway. If you do so, then you will need to add a UAMI which has Contributor role permissions. You can use the same UAMI for both storage account and IoT Hub, or separate UAMIs.

This article describes the steps for creating a new Video Analyzer account. You can use the Azure portal or an Azure Resource Manager (ARM) template. Choose the tab for the method you would like to use.

If you don't have an Azure subscription, create an Azure free account before you begin.

Note

You'll need an Azure subscription where you have access to both the Contributor role and the User Access Administrator role to the resource group under which you'll create new resources (user-assigned managed identity, storage account, Video Analyzer account). If you don't have the right permissions, ask your account administrator to grant you those permissions. The associated storage account must be in the same region as the Video Analyzer account. We recommend that you use a standard general-purpose v2 storage account.

Create a Video Analyzer account in the Azure portal

  1. Sign in at the Azure portal.

  2. Using the search bar at the top, enter Video Analyzer.

  3. Click on Video Analyzers under Services.

  4. Click Create.

  5. In the Create Video Analyzer account section enter required values.

    Name Description
    Subscription If you have more than one subscription, select one from the list of Azure subscriptions that you have access to.
    Resource Group Select an existing resource or create a new one. A resource group is a collection of resources that share lifecycle, permissions, and policies. Learn more here.
    Video Analyzer account name Enter the name of the new Video Analyzer account. A Video Analyzer account name is all lowercase letters or numbers with no spaces, and is 3 to 24 characters in length.
    Location Select the geographic region that will be used to store the video and metadata records for your Video Analyzer account. Only the available Video Analyzer regions appear in the drop-down list box.
    Storage account Select a storage account to provide blob storage of the video content for your Video Analyzer account. You can select an existing storage account in the same geographic region as your Video Analyzer account, or you can create a new storage account. A new storage account is created in the same region. The rules for storage account names are the same as for Video Analyzer accounts.
    Managed identity Select a user-assigned managed identity that the new Video Analyzer account will use to access the storage account. You can select an existing user-assigned managed identity or you can create a new one. The user-assignment managed identity will be assigned the roles of Storage Blob Data Contributor and Reader for the storage account.
  6. Click Review + create at the bottom of the form.

Post deployment steps

You can choose to attach an existing IoT Hub to the Video Analyzer account and this will require an existing UAMI.

  1. Click Go to resource after the resource has finished deploying.
  2. Under settings select IoT Hub, then click on Attach. In the Attach IoT Hub configuration fly-out blade enter the required values:
    • Subscription - Select the Azure subscription name under which the IoT Hub has been created
    • IoT Hub - Select the desired IoT Hub
    • Managed Identity - Select the existing UAMI to be used to access the IoT Hub
  3. Click on Save to link IoT Hub to your Video Analyzer account.

Next steps