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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ The following image shows the first flow:
63
63
64
64
|Key | Value|
65
65
|--|--|
66
-
|Connection name |*Name your connection*. |
66
+
|Connection name |<*Name your connection*>. |
67
67
|Authentication type | Access Key|
68
-
|Azure Storage Account name|*Storage account name where media files are going to be stored*|
68
+
|Azure Storage Account name|<*Storage account name where media files are going to be stored*>.|
69
69
|Azure Storage Account Access Key| To get access key of your storage account: in the Azure portal -> my-storage -> under **Security + networking** -> **Access keys** -> copy one of the keys.|
70
70
71
71
Select **Create**.
@@ -89,7 +89,7 @@ The following image shows the first flow:
89
89
90
90
|Key| Value|
91
91
|--|--|
92
-
|Storage account name |*Storage account name where media files as stored*.|
92
+
|Storage account name |<*The storage account name where media files as stored*>.|
93
93
| Blob path| Under **Dynamic content**, select **List of Files Path**|
94
94
| Group Policy Identifier| Leave the default value.|
95
95
| Permissions|**Read**|
@@ -152,7 +152,7 @@ The following image shows the first flow:
152
152
153
153
|Key| Value|
154
154
|----|----|
155
-
| Connection name|*Enter name for connection*, in this case `aviconnection`.|
155
+
| Connection name|<*Enter a name for the connection*>, in this case `aviconnection`.|
156
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
157
158
158
Select **Create**.
@@ -202,14 +202,14 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
202
202
203
203
|Key| Value|
204
204
|----|----|
205
-
|Connection name|*Enter name for connection*. For example, `aviconnection`.|
205
+
|Connection name|<*A name for connection*>. For example, `aviconnection`.|
206
206
| API key| This is your personal API key, which is available under **Profile** at the [developer portal](https://api-portal.videoindexer.ai/profile). For more information, see [Subscribe to the API](video-indexer-use-apis.md#subscribe-to-the-api).|
207
207
1. Select **Create**.
208
208
1. Fill out the required parameters according to the table:
209
209
210
210
|Key| Value|
211
211
|----|----|
212
-
|Location|Enter the Location of the Azure Video Indexer account.|
212
+
|Location| The Location of the Azure Video Indexer account.|
213
213
| Account ID| The Video Indexer account ID can be copied from the resource/account **Overview** page in the Azure portal.|
214
214
| Video ID\*| For Video ID, add dynamic content of type **Expression** and put in the following expression: **triggerOutputs()['queries']['id']**. |
215
215
| Access Token| From the dynamic content, under the **Parse JSON** section select the **accessToken** that is the output of the parse JSON action. |
@@ -227,9 +227,9 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
227
227
228
228
|Key| Value|
229
229
|----|----|
230
-
| Connection name|*Enter a connection name*.|
230
+
| Connection name|<*Enter a connection name*>.|
231
231
| Authentication type |Access Key|
232
-
| Azure Storage Account name|*Storage account name where insights will be stored*. |
232
+
| Azure Storage Account name|<* The storage account name where insights will be stored*>. |
233
233
| Azure Storage Account Access key| Go to Azure portal-> my-storage-> under **Security + networking** ->Access keys -> copy one of the keys. |
@@ -238,7 +238,7 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
238
238
239
239
|Key| Value|
240
240
|----|----|
241
-
|Storage account name| Enter the storage account name that would contain the JSON output (in this tutorial is the same as the source video)|
241
+
|Storage account name|<*Enter the storage account name that would contain the JSON output (in this tutorial is the same as the source video).>*|
242
242
| Folder path | From the dropdown, select the `/insights`|
243
243
| 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 |
244
244
| Blob content| From the dynamic content, under the **Get Video Index** section, select the **Body**. |
0 commit comments