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
1. Create the [Logic App](https://ms.portal.azure.com/#create/Microsoft.LogicApp). We create a Logic App in the same region as the Azure Video Indexer region (recommended). We call the logic app `UploadIndexVideosApp`.
47
+
1. Create the [Logic App](https://ms.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`.
48
48
49
49
1. Select **Consumption** for **Plan type**.
50
50
1. Press **Review + Create** -> **Create**.
@@ -146,30 +146,28 @@ The following image shows the first flow:
146
146
1. Press **Review + assign**.
147
147
1. Back in your Logic App, create an **Upload video and index** action.
148
148
149
-
1. Select **Video Indexer(V2).
149
+
1. Select **Video Indexer(V2)**.
150
150
1. From Video Indexer(V2) chose **Upload Video and index**.
151
151
1. Set the connection to the Video Indexer account.
152
152
153
-
|Key| Value|
154
-
|----|----|
155
-
| Connection name|*Enter name for connection*, in this case `aviconnection`.|
156
-
| API key| This is your personal API key, which is available under **Profile** in the [developer portal](https://api-portal.videoindexer.ai/profile)|
| Connection name|*Enter name for connection*, in this case `aviconnection`.|
156
+
| API key| This is your personal API key, which is available under **Profile** in the [developer portal](https://api-portal.videoindexer.ai/profile)|
157
+
158
+
Select **Create**.
161
159
1. Fill **Upload video and index** action parameters.
162
-
163
-
|Key| Value|
164
-
|----|----|
165
-
|Location| Location of the associated the Azure Video Indexer account.|
166
-
| Account ID| Account ID of the associated Azure Video Indexer account. You can find the **Account ID** in the **Overview** page of your account, in the Azure portal. Or, the **Account settings** tab, left of the [Azure Video Indexer website](https://www.videoindexer.ai/).|
167
-
|Access Token| Select **accessToken** from the **dynamic content** of the **Parse JSON** action.|
168
-
| Video Name| Select **List of Files Name** from the dynamic content of **When a blob is added or modified** action. |
169
-
|Video URL|Select **Web Url** from the dynamic content of **Create SAS URI by path** action.|
|Location| Location of the associated the Azure Video Indexer account.|
164
+
| Account ID| Account ID of the associated Azure Video Indexer account. You can find the **Account ID** in the **Overview** page of your account, in the Azure portal. Or, the **Account settings** tab, left of the [Azure Video Indexer website](https://www.videoindexer.ai/).|
165
+
|Access Token| Select **accessToken** from the **dynamic content** of the **Parse JSON** action.|
166
+
| Video Name| Select **List of Files Name** from the dynamic content of **When a blob is added or modified** action. |
167
+
|Video URL|Select **Web Url** from the dynamic content of **Create SAS URI by path** action.|
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.
175
173
@@ -189,7 +187,7 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
189
187
190
188
> [!TIP]
191
189
> We will come back to the URL created in this step.
0 commit comments