How can i use the video indexer ARM-based?

Riccardo Perelli 156 Reputation points
2022-05-25T16:13:50.423+00:00

Hi guys, i'm trying to use the video indexer ARM-based, but i can't understand how to use it.

We built a flow to use it with a classic subscription, using the API calls "GetAccountAccessToken" + "UploadVideoAndIndex", but what if want to use the same flow with a ARM-based resource? how can i send request to a video indexer created by ARM?

Thank you.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
305 questions
{count} votes

Accepted answer
  1. Ryan Hill 26,146 Reputation points Microsoft Employee
    2022-05-26T22:55:31.657+00:00

    The link in the error message lands on Welcome to the Azure Video Indexer Developer Portal which has a link to View ARM APIs. These APIs will allow you to manage resources i.e., list, create, update. I believe Generate - Access Token is the equivalent of the classic GetAcccountAccessToken you've been using for classic indexers.

    Having said that, ARM is essentially managing your Azure resources so it's more your infrastructure code. In other words, having a pipeline that will create or remove Video Indexer accounts. Once you use ARM to create the resource, get the access token for the ARM resource, and use https://api-portal.videoindexer.ai/api-details to interact with your video indexers.


0 additional answers

Sort by: Most helpful