Skip to content

Commit a63481f

Browse files
authored
More clarifications
1 parent ceae7a7 commit a63481f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Use identity-based connections with Azure Functions triggers and bindings
33
ms.service: azure-functions
4-
description: Learn how to use identity-based connections instead of connection strings with a Service Bus queue trigger
4+
description: Learn how to use identity-based connections instead of connection strings when connecting to a Service Bus queue using Azure Functions.
55
ms.topic: tutorial
66
ms.date: 10/20/2021
77
#Customer intent: As a function developer, I want to learn how to use managed identities so that I can avoid having to handle connection strings in my application settings.
88
---
99

1010
# Tutorial: Use identity-based connections instead of secrets with triggers and bindings
1111

12-
This tutorial shows you how to configure Azure Functions to trigger off of Azure Service Bus queues using managed identities instead of secrets stored in the function app settings. The tutorial is a continuation of the [Create a function app without default storage secrets in its definition][previous tutorial] tutorial. To learn more about identity-based connections, see [Configure an identity-based connection.](functions-reference.md#configure-an-identity-based-connection).
12+
This tutorial shows you how to configure Azure Functions to connect to Azure Service Bus queues using managed identities instead of secrets stored in the function app settings. The tutorial is a continuation of the [Create a function app without default storage secrets in its definition][previous tutorial] tutorial. To learn more about identity-based connections, see [Configure an identity-based connection.](functions-reference.md#configure-an-identity-based-connection).
1313

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

0 commit comments

Comments
 (0)