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/azure-video-indexer/logic-apps-connector-arm-accounts.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Logic Apps connector with ARM-based AVI accounts
3
3
description: This article shows how to unlock new experiences and monetization opportunities Azure Video Indexer connectors with Logic App and Power Automate with AVI ARM accounts.
4
4
ms.author: Itnorman
5
5
ms.topic: how-to
6
-
ms.date: 08/04/2022
6
+
ms.date: 11/16/2022
7
7
---
8
8
9
9
# Logic Apps connector with ARM-based AVI accounts
@@ -26,7 +26,7 @@ The "upload and index your video automatically" scenario covered in this article
26
26
* 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.
27
27
* The second flow is triggered based on the callback URL and saves the extracted insights back to a JSON file in Azure Storage.
28
28
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).
30
30
31
31
## Prerequisites
32
32
@@ -38,13 +38,13 @@ The logic apps that you create in this article, contain one flow per app. The se
38
38
39
39
## Set up the first flow - file upload
40
40
41
-
In this section you'll, you create the following flow. 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.
41
+
This section describes how to set up the first ("file upload") flow. 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.
42
42
43
43
The following image shows the first flow:
44
44
45
45

46
46
47
-
1. Create the [Logic App](https://portal.azure.com/#create/Microsoft.LogicApp). We create a Logic App in the same region as the Azure Video Indexer region (recommended but not required). We call the logic app `UploadIndexVideosApp`.
47
+
1. Create the <ahref="https://portal.azure.com/#create/Microsoft.LogicApp"target="_blank">Logic App</a>. We create a Logic App in the same region as the Azure Video Indexer region (recommended but not required). We call the logic app `UploadIndexVideosApp`.
48
48
49
49
1. Select **Consumption** for **Plan type**.
50
50
1. Press **Review + Create** -> **Create**.
@@ -130,7 +130,7 @@ The following image shows the first flow:
130
130
Select **Save**.
131
131
132
132
> [!TIP]
133
-
> Before moving to the next step step up the right permission between the Logic app and the Azure Video Indexer account.
133
+
> Before moving to the next step, set up the right permission between the Logic app and the Azure Video Indexer account.
134
134
>
135
135
> Make sure you have followed the steps to enable the system -assigned managed identity of your Logic Apps.
136
136
@@ -176,7 +176,7 @@ The following image shows the first flow:
176
176
177
177
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.
178
178
179
-
## Create a second flow - JSON extraction
179
+
## Create a new logic app of type consumption
180
180
181
181
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.
0 commit comments