You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the integration even easier, we support [Logic Apps](https://azure.microsoft.com/services/logic-apps/) and [Power Automate](https://preview.flow.microsoft.com/connectors/shared_videoindexer-v2/video-indexer-v2/) connectors that are compatible with our API. You can use the connectors to set up custom workflows to effectively index and extract insights from a large amount of video and audio files, without writing a single line of code. Furthermore, using the connectors for your integration gives you better visibility on the health of your workflow and an easy way to debug it.
18
18
19
-
To help you get started quickly with the Video Indexer connectors, we will do a walkthrough of an example Logic App and Power Automate solution you can set up. This tutorial shows how to set up flows using Logic Apps.
19
+
To help you get started quickly with the Video Indexer connectors, we will do a walkthrough of an example Logic App and Power Automate solution you can set up. This tutorial shows how to set up flows using Logic Apps. However, the editors and capabilities are almost identical in both solutions, thus the diagrams and explanations are applicable to both Logic Apps and Power Automate.
20
20
21
21
The "upload and index your video automatically" scenario covered in this tutorial is comprised of two different flows that work together.
22
22
* The first flow is triggered when a blob is added or modified in an Azure Storage account. It uploads the new file to Video Indexer with a callback URL to send a notification once the indexing operation completes.
@@ -48,7 +48,12 @@ To set up the first flow, you will need to provide your Video Indexer API Key
48
48
49
49

50
50
51
-
Once you can connect to your Azure Storage and Video Indexer accounts, find and choose the "When a blob is added or modified" trigger in **Logic Apps Designer**. Select the container that you will place your video files in.
51
+
> [!TIP]
52
+
> If you previously connected a Video Indexer or Storage account in Logic Apps your connection details are stored and you will be connected automatically. You can edit the connection by clicking on **Change connection** at the bottom of each action.
53
+
54
+
Once you can connect to your Azure Storage and Video Indexer accounts, find and choose the "When a blob is added or modified" trigger in **Logic Apps Designer**.
55
+
56
+
Select the container that you will place your video files in.
52
57
53
58

0 commit comments