Skip to content

Commit 63b5ede

Browse files
authored
Update logic-apps-connector-tutorial.md
1 parent 3f17d59 commit 63b5ede

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: tutorial #Required
88
ms.date: 05/01/2020
99
---
1010

11-
# Tutorial: unlock new experiences and monetization opportunities using Video Indexer with Logic App and Power Automate
11+
# Tutorial: use Video Indexer with Logic App and Power Automate
1212

1313
Azure Media Services [Video Indexer v2 REST API](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Delete-Video?) supports both server-to-server and client-to-server communication and enables Video Indexer users to integrate video and audio insights easily into their application logic, unlocking new experiences and monetization opportunities.
1414

@@ -27,7 +27,10 @@ In this tutorial, you learn how to:
2727

2828
## Prerequisites
2929

30+
To begin, you will need to open two separate flows on either Logic Apps or Power Automate (depending on which you are using).
31+
You will also need an Video Indexer account along with access to the APIs via API key.
3032

33+
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.
3134

3235
## Upload and index your video automatically
3336

@@ -45,15 +48,15 @@ To set up the first flow, you will need to provide your Video Indexer API Key
4548

4649
![Connection name and API key](./media/logic-apps-connector-tutorial/connection-name-api-key.png)
4750

48-
Once you can connect to your Azure Storage and Video Indexer accounts, go to the “When a blob is added or modified) trigger and select the container that you will place your video and audio files in.
51+
Once you can connect to your Azure Storage and Video Indexer accounts, go to the “When a blob is added or modified) trigger and select the container that you will place your video files in.
4952

5053
![Container](./media/logic-apps-connector-tutorial/container.png)
5154

5255
Next, go to the “Create SAS URI by path” action, and select List of Files Path from the Dynamic content options.
5356

5457
![SAS uri by path](./media/logic-apps-connector-tutorial/sas-uri-by-path.png)
5558

56-
Fill out your account Location and ID to get the Video Indexer account token.
59+
Fill out [your account Location and ID](https://docs.microsoft.com/azure/cognitive-services/video-indexer/video-indexer-use-apis#location) to get the Video Indexer account token.
5760

5861
![Get account access token](./media/logic-apps-connector-tutorial/account-access-token.png)
5962

@@ -79,7 +82,7 @@ To set up this flow, you will need to provide your Video Indexer API Key and Azu
7982

8083
For your trigger, you will see a HTTP POST URL field. The URL won’t be generated until after you save your flow; however, you will need the URL eventually. We will come back to this.
8184

82-
Fill out your account Location and ID to get the Video Indexer account token.
85+
Fill out [your account Location and ID](https://docs.microsoft.com/azure/cognitive-services/video-indexer/video-indexer-use-apis#location) to get the Video Indexer account token.
8386

8487
Go to the “Get Video Index” action and fill out the required parameters. For Video ID, put in the following expression: triggerOutputs()['queries']['id']
8588

@@ -107,11 +110,11 @@ Try out your newly created Logic App or Power Automate solution by adding a vide
107110

108111
## Clean up resources
109112

110-
If you're not going to continue to use this application, delete
111-
resources that were created in this tutorial.
113+
After you are done with this tutorial, feel free to keep this Logic App or Power Automate solution up and running if you need. However, if you do not want to keep this running and do not want to be billed, Turn Off both of your flows if you’re using Power Automate. Disable both of the flows if you’re using Logic Apps.
112114

113115
## Next steps
114116

115117
This tutorial showed just one Video Indexer connectors example. You can use the Video Indexer connectors for any API call provided by Video Indexer. For example: upload and retrieve insights, translate the results, get embeddable widgets and even customize your models. Additionally, you can choose to trigger those actions based on different sources like updates to file repositories or emails sent. You can then choose to have the results update to our relevant infrastructure or application or generate any number of action items.
116118

117-
119+
> [!div class="nextstepaction"]
120+
> [Use the Video Indexer API](video-indexer-use-apis.md)

0 commit comments

Comments
 (0)