An Azure video analytics service that uses AI to extract actionable insights from stored videos.
I went through this scenario and this is a common limitation when using Azure AI Video Indexer trial with Power Automate.
The trial account is mainly meant for testing directly from the Video Indexer website. When you try to use it from Power Automate, authentication becomes the main problem. Power Automate requires a stable Azure AD based authentication, but the Video Indexer trial does not fully support service to service authentication. Because of this, calls from Power Automate usually fail even if everything looks correct.
A few things you can check and understand clearly
First, the Video Indexer trial does not expose a proper Azure resource with a managed identity. Power Automate connectors need this to securely call APIs. That is why workflows fail even though the same video works fine in the Video Indexer portal.
Second, make sure you are not using the old API keys. Video Indexer now works with Azure AD authentication only. Trial accounts are limited here and cannot issue the required Azure AD tokens for automation scenarios.
Third, Power Automate is not officially supported with Video Indexer trial accounts. Microsoft documentation mentions that production integrations should use a paid Azure AI Video Indexer resource.
What usually works instead
If you want to integrate Video Indexer with Power Automate, create a proper Azure AI Video Indexer resource under your Azure subscription. Once that is done, you can use Azure AD authentication and call the APIs from Power Automate without issues.
In short, nothing is wrong with your Power Automate flow. This is a limitation of the Video Indexer trial itself. For automation and integrations, a full Azure resource is required.
If you try this with a standard Azure AI Video Indexer resource, the same flow should work as expected.
Hope this helps. Do let me know if you have any further queries.
Thankyou!