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
Copy file name to clipboardExpand all lines: articles/media-services/video-indexer/logic-apps-connector-tutorial.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,12 @@ In this tutorial, you learn how to:
29
29
30
30
## Prerequisites
31
31
32
-
To begin, you will need to open two separate flows on either Logic Apps or Power Automate (depending on which you are using).
33
-
You will also need an Video Indexer account along with access to the APIs via API key.
32
+
To begin with, you will also need an Video Indexer account along with access to the APIs via API key.
34
33
35
34
You will also need an Azure Storage account. Keep note of the access key for your Storage account. Create two containers – one to store videos in and one to store insights generated by Video Indexer in.
36
35
36
+
Next, you will need to open two separate flows on either Logic Apps or Power Automate (depending on which you are using).
37
+
37
38
## Upload and index your video automatically
38
39
39
40
This scenario is comprised of two different flows that work together. 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. The second flow is triggered based on the callback URL and saves the extracted insights back to a JSON file in Azure Storage. This two flow approach is used to support async upload and indexing of larger files effectively.
0 commit comments