Skip to content

Commit 36d3a74

Browse files
authored
Merge pull request #17 from bennyaustin/mcaps-config
Update blob substring index
2 parents cf4814f + 78c2f3d commit 36d3a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logicapp-formrecognizer/logicapp-formrecognizer/LogicApp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
{
211211
"name": "blobUrl",
212212
"type": "string",
213-
"value": "@{substring(variables('docUrl'),indexOf(variables('docUrl'),'drop-zone'))}"
213+
"value": "@{substring(variables('docUrl'),indexOf(variables('docUrl'),'doci'))}"
214214
}
215215
]
216216
},
@@ -458,7 +458,7 @@
458458
}
459459
}
460460
},
461-
"path": "/subscriptions/@{encodeURIComponent(subscription().subscriptionId)}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
461+
"path": "/subscriptions/@{subscription().subscriptionId}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
462462
//"path": "/subscriptions/@{encodeURIComponent('e836675f-2508-4873-ad4f-754d70253b22')}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
463463
"queries": {
464464
"x-ms-api-version": "2017-06-15-preview"

0 commit comments

Comments
 (0)