Get Ocp-Apim-Subscription-Key for ARM based Azure Video Indexer

Devashish Pawar 5 Reputation points
2023-03-01T13:30:24.2733333+00:00

Hi team,

I would like to know the process to fetch the Ocp-Apim-Subscription-Key for the video indexer services based on ARM.

Also we don't require the API Management Service for our requirement.

Regards

Devashish

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,656 Reputation points Microsoft Employee
    2023-03-03T17:35:03.0133333+00:00

    Devashish Pawar I think for ARM based VI resource you will have to login to the API portal and navigate to the profile page to see the keys.

    User's image

    I found it easier to get the token from the home page itself using these keys.

    1. Click on Get ARM token

    User's image

    1. Used the try it page to submit my account details to generate the token.

    User's image

    1. Provide the details along with a valid body as JSON.

    User's image

    {
    	permissionType: "Contributor",
    	scope: "Account"
    }
    
    

    This should provide the token based on the permissions and scope.

    User's image

    I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments