@@ -133,8 +133,7 @@ The following image shows the first flow:
133
133
>
134
134
> Make sure you have followed the steps to enable the system -assigned managed identity of your Logic Apps.
135
135
136
- ![ Enable the system assigned managed identity] ( ./media/logic-apps-connector-arm-accounts/enable-system.png )
137
-
136
+ ![ Enable the system assigned managed identity] ( ./media/logic-apps-connector-arm-accounts/enable-system.png )
138
137
1 . Set up system assigned managed identity for permission on Azure Video Indexer resource.
139
138
140
139
In the Azure portal, go to your Azure Video Indexer resource/account.
@@ -221,7 +220,7 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
221
220
222
221
![ Upload video and index] ( ./media/logic-apps-connector-arm-accounts/get-video-index.png )
223
222
224
- Select ** Save** -> ** + New step** .
223
+ Select ** Save** -> ** + New step** .
225
224
1 . Create a blob and store the insights JSON.
226
225
227
226
1 . Search for "Azure blob", from the group of actions.
@@ -235,7 +234,7 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
235
234
| Azure Storage Account name| <* The storage account name where insights will be stored* >. |
236
235
| Azure Storage Account Access key| Go to Azure portal-> my-storage-> under ** Security + networking** ->Access keys -> copy one of the keys. |
237
236
238
- ![ Create blob action] ( ./media/logic-apps-connector-arm-accounts/storage-connection.png )
237
+ ![ Create blob action] ( ./media/logic-apps-connector-arm-accounts/storage-connection.png )
239
238
1 . Select ** Create** .
240
239
1 . Set the folder in which insights will be stored.
241
240
@@ -246,15 +245,15 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
246
245
| Blob name| From the dynamic content, under the ** Get Video Index** section select ** Name** and add ` _insights.json ` , insights file name will be the video name + insights.json |
247
246
| Blob content| From the dynamic content, under the ** Get Video Index** section, select the ** Body** . |
248
247
249
- ![ Store blob content] ( ./media/logic-apps-connector-arm-accounts/create-blob.png )
248
+ ![ Store blob content] ( ./media/logic-apps-connector-arm-accounts/create-blob.png )
250
249
1 . Select ** Save flow** .
251
250
1 . Update the callback URL to get notified when an index job is finished.
252
251
253
252
Once the flow is saved, an HTTP POST URL is created in the trigger.
254
253
255
254
1 . Copy the URL from the trigger.
256
255
257
- ![ Save URL trigger] ( ./media/logic-apps-connector-arm-accounts/http-callback-url.png )
256
+ ![ Save URL trigger] ( ./media/logic-apps-connector-arm-accounts/http-callback-url.png )
258
257
1 . Go back to the first flow and paste the URL in the ** Upload video and index** action for the ** Callback URL parameter** .
259
258
260
259
Make sure both flows are saved.
0 commit comments