Skip to content

Commit e1163da

Browse files
authored
PR review edit, remove duplicate period
1 parent 062322a commit e1163da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-identity-based-connections-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/20/2021
1010

1111
# Tutorial: Create a function app that connects to Azure services using identities instead of secrets
1212

13-
This tutorial shows you how to configure a function app using Azure Active Directory identities instead of secrets or connection strings, where possible. Using identities helps you avoid accidentally leaking sensitive secrets and can provide better visibility into how data is accessed. To learn more about identity-based connections, see [configure an identity-based connection.](functions-reference.md#configure-an-identity-based-connection).
13+
This tutorial shows you how to configure a function app using Azure Active Directory identities instead of secrets or connection strings, where possible. Using identities helps you avoid accidentally leaking sensitive secrets and can provide better visibility into how data is accessed. To learn more about identity-based connections, see [configure an identity-based connection](functions-reference.md#configure-an-identity-based-connection).
1414

1515
While the procedures shown work generally for all languages, this tutorial currently supports C# class library functions on Windows specifically.
1616

0 commit comments

Comments
 (0)