File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-video-indexer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The following image shows the first flow:
59
59
1 . Press ** Save** (on the top of the page).
60
60
1 . Select the ** Logic app designer** tab, in the pane on the left.
61
61
1 . Pick a ** Blank Logic App** flow.
62
- 1 . Search for "blob".
62
+ 1 . Search for "blob" in the ** Choose an Operation ** blade .
63
63
1 . In the ** All** tab, choose the ** Azure Blob Storage** component.
64
64
1 . Under ** Triggers** , select the ** When a blob is added or modified (properties only) (V2)** trigger.
65
65
1 . Set the storage connection.
@@ -118,7 +118,7 @@ The following image shows the first flow:
118
118
| Key| Value|
119
119
| ----| ----|
120
120
| 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 ) . |
122
122
| Body| ` { "permissionType": "Contributor", "scope": "Account" } ` |
123
123
| Add new parameter | ** Authentication** |
124
124
You can’t perform that action at this time.
0 commit comments