Skip to content

Commit dc17099

Browse files
committed
formatting updates
1 parent 13e06d5 commit dc17099

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ The following image shows the first flow:
6363

6464
|Key | Value|
6565
|--|--|
66-
|Connection name | *Name your connection*. |
66+
|Connection name | <*Name your connection*>. |
6767
|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*>.|
6969
|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.|
7070

7171
Select **Create**.
@@ -89,7 +89,7 @@ The following image shows the first flow:
8989

9090
|Key| Value|
9191
|--|--|
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*>.|
9393
| Blob path| Under **Dynamic content**, select **List of Files Path**|
9494
| Group Policy Identifier| Leave the default value.|
9595
| Permissions| **Read** |
@@ -152,7 +152,7 @@ The following image shows the first flow:
152152

153153
|Key| Value|
154154
|----|----|
155-
| Connection name| *Enter name for connection*, in this case `aviconnection`.|
155+
| Connection name| <*Enter a name for the connection*>, in this case `aviconnection`.|
156156
| API key| This is your personal API key, which is available under **Profile** in the [developer portal](https://api-portal.videoindexer.ai/profile)|
157157

158158
Select **Create**.
@@ -202,14 +202,14 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
202202

203203
|Key| Value|
204204
|----|----|
205-
|Connection name| *Enter name for connection*. For example, `aviconnection`.|
205+
|Connection name| <*A name for connection*>. For example, `aviconnection`.|
206206
| 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).|
207207
1. Select **Create**.
208208
1. Fill out the required parameters according to the table:
209209

210210
|Key| Value|
211211
|----|----|
212-
|Location| Enter the Location of the Azure Video Indexer account.|
212+
|Location| The Location of the Azure Video Indexer account.|
213213
| Account ID| The Video Indexer account ID can be copied from the resource/account **Overview** page in the Azure portal.|
214214
| Video ID\*| For Video ID, add dynamic content of type **Expression** and put in the following expression: **triggerOutputs()['queries']['id']**. |
215215
| 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
227227

228228
|Key| Value|
229229
|----|----|
230-
| Connection name| *Enter a connection name*.|
230+
| Connection name| <*Enter a connection name*>.|
231231
| 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*>. |
233233
| Azure Storage Account Access key| Go to Azure portal-> my-storage-> under **Security + networking** ->Access keys -> copy one of the keys. |
234234

235235
![Create blob action](./media/logic-apps-connector-arm-accounts/storage-connection.png)
@@ -238,7 +238,7 @@ Create the second flow, Logic Apps of type consumption. The second flow is t
238238

239239
|Key| Value|
240240
|----|----|
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).>*|
242242
| Folder path | From the dropdown, select the `/insights`|
243243
| 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 |
244244
| Blob content| From the dynamic content, under the **Get Video Index** section, select the **Body**. |

0 commit comments

Comments
 (0)