Skip to content

Commit f8f0e68

Browse files
Merge pull request #218700 from Juliako/patch-41
Update logic-apps-connector-arm-accounts.md
2 parents 941b415 + 9fd526a commit f8f0e68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Logic Apps connector with ARM-based AVI accounts
33
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.
44
ms.author: Itnorman
55
ms.topic: how-to
6-
ms.date: 08/04/2022
6+
ms.date: 11/16/2022
77
---
88

99
# Logic Apps connector with ARM-based AVI accounts
@@ -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

@@ -38,13 +38,13 @@ The logic apps that you create in this article, contain one flow per app. The se
3838

3939
## Set up the first flow - file upload
4040

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

4343
The following image shows the first flow:
4444

4545
![Screenshot of the file upload flow.](./media/logic-apps-connector-arm-accounts/first-flow-high-level.png)
4646

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 <a href="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`.
4848

4949
1. Select **Consumption** for **Plan type**.
5050
1. Press **Review + Create** -> **Create**.
@@ -130,7 +130,7 @@ The following image shows the first flow:
130130
Select **Save**.
131131

132132
> [!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.
134134
>
135135
> Make sure you have followed the steps to enable the system -assigned managed identity of your Logic Apps.
136136
@@ -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)