Skip to content

Commit 96dc223

Browse files
authored
Merge pull request #126831 from changeworld/patch-11
Fix typo: idenities -> identities
2 parents 2f86273 + ba2588a commit 96dc223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-azure-data-explorer-authentication-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ms.author: glenga
77
---
88

99
> [!IMPORTANT]
10-
> For optimal security, your function app should use managed idenities when connecting to Azure Data Explorer instead of using a connection string, which contains keys. For more information, see [Kusto connection strings](/azure/data-explorer/kusto/api/connection-strings/kusto). For mananaged identity-based connections, you must set the `managedServiceIdentity` property in the binding definition.
10+
> For optimal security, your function app should use managed identities when connecting to Azure Data Explorer instead of using a connection string, which contains keys. For more information, see [Kusto connection strings](/azure/data-explorer/kusto/api/connection-strings/kusto). For mananaged identity-based connections, you must set the `managedServiceIdentity` property in the binding definition.

0 commit comments

Comments
 (0)