Skip to content

Commit 4874fed

Browse files
authored
Update logic-apps-connector-arm-accounts.md
1 parent 85be65c commit 4874fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-video-indexer/logic-apps-connector-arm-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The "upload and index your video automatically" scenario covered in this article
2626
* The first flow is triggered when a blob is added or modified in an Azure Storage account. It uploads the new file to Azure Video Indexer with a callback URL to send a notification once the indexing operation completes.
2727
* The second flow is triggered based on the callback URL and saves the extracted insights back to a JSON file in Azure Storage.
2828

29-
The logic apps that you create in this article, contain one flow per app. The second section ("**Create a second flow - JSON extraction**") explains how to connect the two. The second flow stands alone and is triggered by the first one (the section with the callback URL).
29+
The logic apps that you create in this article, contain one flow per app. The second section (**Create a new logic app of type consumption**) explains how to connect the two. The second flow stands alone and is triggered by the first one (the section with the callback URL).
3030

3131
## Prerequisites
3232

@@ -176,7 +176,7 @@ The following image shows the first flow:
176176

177177
The completion of the uploading and indexing from the first flow will send an HTTP request with the correct callback URL to trigger the second flow. Then, it will retrieve the insights generated by Azure Video Indexer. In this example, it will store the output of your indexing job in your Azure Storage. However, it's up to you what you do with the output.
178178

179-
## Create a second flow - JSON extraction
179+
## Create a new logic app of type consumption
180180

181181
Create the second flow, Logic Apps of type consumption. The second flow is triggered based on the callback URL and saves the extracted insights back to a JSON file in Azure Storage.
182182

0 commit comments

Comments
 (0)