Skip to content

Commit 92a085a

Browse files
committed
Merge branch 'system-assigned' of https://github.com/ecfan/azure-docs-pr into system-assigned
2 parents 0c6b730 + 2f5f5fd commit 92a085a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-azure-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: integration
77
author: ecfan
88
ms.author: estfan
99
ms.topic: article
10-
ms.date: 06/04/2019
10+
ms.date: 10/01/2019
1111
ms.reviewer: klam, LADocs
1212
---
1313

@@ -235,7 +235,7 @@ To use your logic app's system-assigned identity in your Azure function, you hav
235235

236236
![Click edit for "function.json" file](./media/logic-apps-azure-functions/edit-function-json-file.png)
237237

238-
1. In the `bindings` object, add the `authLevel` property, and set the property value to `anonymous`:
238+
1. In the `bindings` object, check whether the `authLevel` property exists. If the property exists, set the property value to `anonymous`. Otherwise, add that property and set the value.
239239

240240
![Add "authLevel" property and set to "anonymous"](./media/logic-apps-azure-functions/set-authentication-level-function-app.png)
241241

0 commit comments

Comments
 (0)