Skip to content

Commit 636b9b6

Browse files
authored
Merge pull request #113877 from anikaz/patch-3
Update logic-apps-connector-tutorial.md
2 parents 7bc02af + 7f442a6 commit 636b9b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/media-services/video-indexer/logic-apps-connector-tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ In this tutorial, you learn how to:
2929

3030
## Prerequisites
3131

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.
3433

3534
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.
3635

36+
Next, you will need to open two separate flows on either Logic Apps or Power Automate (depending on which you are using).
37+
3738
## Upload and index your video automatically
3839

3940
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

Comments
 (0)