Getting Issue While Generating Access token for AI video indexer

AKHTAR ALI KHAN 0 Reputation points
2025-02-19T15:01:51.0866667+00:00

This request is not supported in Paid locations

{

"ErrorType": "OPERATION_NOT_SUPPORTED_ON_PAID",

"Message": "This request is not supported in Paid locations. It is supported in Video Indexer Trial only. Trace id: '8a9531cb-e61b-4304-8482-cd086be31f26'."

}

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

1 answer

Sort by: Most helpful
  1. Manas Mohanty 1,610 Reputation points Microsoft External Staff
    2025-02-20T03:03:37.5833333+00:00

    Hi AKHTAR ALI KHAN

    I am able to generate the access token using POST command as mentioned in this document.

    Attached sample commands syntax tested at my side.

    POST https://management.azure.com/subscriptions/b04775c3-63fa-40f3-9430-139d2e5522d3/resourceGroups/contosto-videoanalyzer-rg/providers/Microsoft.VideoIndexer/accounts/contosto-videoanalyzer/generateAccessToken?api-version=2024-01-01
    {
      "permissionType": "Contributor",
      "scope": "Account"
    }
    
    

    Please upvote my answer if it helps.

    Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.