How to get the subscription key of an ARM-based Azure AI video indexer account?

Vishnoi, Astha 160 Reputation points
2024-05-01T14:21:30.5933333+00:00

Is there a way to obtain the subscription key of an ARM-based Azure AI video indexer account? If so, what is the process to do so?

Thank you.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
50 questions
{count} votes

Accepted answer
  1. navba-MSFT 17,405 Reputation points Microsoft Employee
    2024-05-02T03:07:36.39+00:00

    @Vishnoi, Astha Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    You can access the Indexer resource either using API keys or ARM token:

    API Keys approach:

    You can get the API key via this link https://aka.ms/viapi .
    Firstly, you need to sign in with your Azure account and click on the Profile tab as shown below:

    User's image

    ARM Access Token approach:
    You can invoke the VideoIndexer generate Access Token REST API and get the access token.

    You can try to click on the TryIt option and fill the required field and then generate the Access Token. Here is the sample access token, I received.

    User's image

    Video Indexer sample code is available here: https://github.com/Azure-Samples/azure-video-indexer-samples?tab=readme-ov-file

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful