Skip to content

Commit fc635a7

Browse files
authored
Update logic-apps-connector-arm-accounts.md
1 parent b8f235f commit fc635a7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ The following image shows the first flow:
133133
>
134134
> Make sure you have followed the steps to enable the system -assigned managed identity of your Logic Apps.
135135
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)
138137
1. Set up system assigned managed identity for permission on Azure Video Indexer resource.
139138

140139
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
221220

222221
![Upload video and index](./media/logic-apps-connector-arm-accounts/get-video-index.png)
223222

224-
Select **Save** -> **+ New step**.
223+
Select **Save** -> **+ New step**.
225224
1. Create a blob and store the insights JSON.
226225

227226
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
235234
| Azure Storage Account name| <* The storage account name where insights will be stored*>. |
236235
| Azure Storage Account Access key| Go to Azure portal-> my-storage-> under **Security + networking** ->Access keys -> copy one of the keys. |
237236

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)
239238
1. Select **Create**.
240239
1. Set the folder in which insights will be stored.
241240

@@ -246,15 +245,15 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
246245
| 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 |
247246
| Blob content| From the dynamic content, under the **Get Video Index** section, select the **Body**. |
248247

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)
250249
1. Select **Save flow**.
251250
1. Update the callback URL to get notified when an index job is finished.
252251

253252
Once the flow is saved, an HTTP POST URL is created in the trigger.
254253

255254
1. Copy the URL from the trigger.
256255

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)
258257
1. Go back to the first flow and paste the URL in the **Upload video and index** action for the **Callback URL parameter**.
259258

260259
Make sure both flows are saved.

0 commit comments

Comments
 (0)