You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-identity-based-connections-tutorial-2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ ms.topic: tutorial
6
6
ms.date: 06/18/2024
7
7
ms.devlang: csharp
8
8
9
-
#Customer intent: As a function developer, I want to learn how to use managed identities so that I can avoid needing to handle secrets in my application settings.
9
+
#Customer intent: As a function developer, I want to learn how to use managed identities so that I can avoid needing to handle secrets or connection strings in my application settings.
10
10
---
11
11
12
12
# Tutorial: Use identity-based connections instead of secrets with triggers and bindings
13
13
14
-
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).
14
+
This tutorial shows you how to configure Azure Functions to connect to Azure Service Bus queues by 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).
15
15
16
16
While the procedures shown work generally for all languages, this tutorial currently supports C# class library functions on Windows specifically.
17
17
@@ -74,7 +74,7 @@ To use Service Bus triggers with identity-based connections, you need to add the
74
74
75
75
1. Confirm that the **Subscription** is the one in which you created the resources earlier.
76
76
77
-
1. In the **Managed identity** selector, choose **Function App** from the **System-assigned managed identity** category. The label "Function App" might have a number in parentheses next to it, indicating the number of apps in the subscription with system-assigned identities.
77
+
1. In the **Managed identity** selector, choose **Function App** from the **System-assigned managed identity** category. The **Function App** label might have a number in parentheses next to it, indicating the number of apps in the subscription with system-assigned identities.
78
78
79
79
1. Your app should appear in a list below the input fields. If you don't see it, you can use the **Select** box to filter the results with your app's name.
80
80
@@ -152,7 +152,7 @@ Now that you've prepared the function app to connect to the Service Bus namespac
0 commit comments