Skip to content

Commit 68c5bd2

Browse files
Merge pull request #218886 from Juliako/patch-41
Update logic-apps-connector-arm-accounts.md
2 parents 0325e7a + 6cf58f1 commit 68c5bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following image shows the first flow:
5959
1. Press **Save** (on the top of the page).
6060
1. Select the **Logic app designer** tab, in the pane on the left.
6161
1. Pick a **Blank Logic App** flow.
62-
1. Search for "blob".
62+
1. Search for "blob" in the **Choose an Operation** blade.
6363
1. In the **All** tab, choose the **Azure Blob Storage** component.
6464
1. Under **Triggers**, select the **When a blob is added or modified (properties only) (V2)** trigger.
6565
1. Set the storage connection.
@@ -118,7 +118,7 @@ The following image shows the first flow:
118118
|Key| Value|
119119
|----|----|
120120
|Method | **POST**|
121-
| URI| `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateAccessToken?api-version={API-version}`. |
121+
| URI| [generateAccessToken](/rest/api/videoindexer/stable/generate/access-token?tabs=HTTP#generate-accesstoken-for-account-contributor). |
122122
| Body|`{ "permissionType": "Contributor", "scope": "Account" }` |
123123
| Add new parameter | **Authentication** |
124124

0 commit comments

Comments
 (0)