Skip to content

Commit caf1b44

Browse files
committed
updated images'
1 parent bca8e58 commit caf1b44

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Once you can connect to your Azure Storage and Video Indexer accounts, go to the
5656

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

59-
![SAS uri by path](./media/logic-apps-connector-tutorial/sas-uri-by-path.png)
59+
![SAS uri by path](./media/logic-apps-connector-tutorial/sas-uri-by-path.jpg)
6060

6161
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.
6262

@@ -88,13 +88,13 @@ Fill out [your account Location and ID](https://docs.microsoft.com/azure/cogniti
8888

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

91-
![video indexer action info](./media/logic-apps-connector-tutorial/video-indexer-action-info.png)
91+
![video indexer action info](./media/logic-apps-connector-tutorial/video-indexer-action-info.jpg)
9292

9393
This expression tells the connecter to get the Video ID from the output of your trigger. In this case, the output of your trigger will be the output of “Upload video and index” in your first trigger.
9494

9595
Go to the “Create blob” action and select the path to the folder in which you will save the insights to. Set the name of the blob you are creating. For Blob content, put in the following expression: body(‘Get_Video_Index’)
9696

97-
![Create blob action](./media/logic-apps-connector-tutorial/create-blob-action.png)
97+
![Create blob action](./media/logic-apps-connector-tutorial/create-blob-action.jpg)
9898

9999
This expression takes the output of the “Get Video Index” action from this flow.
100100

68.8 KB
Loading
164 KB
Loading
172 KB
Loading

0 commit comments

Comments
 (0)