Skip to content

Commit 7c2fef5

Browse files
committed
Add recommended to include.
1 parent 10554da commit 7c2fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/passwordless/service-bus/service-bus-passwordless-template-tabbed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: include file
1414

1515
This quick start shows you two ways of connecting to Azure Service Bus: passwordless and connection string. The first option shows you how to use your security principal in Azure Active Directory and role-based access control (RBAC) to connect to a Service Bus namespace. You don't need to worry about having hard-coded connection string in your code or in a configuration file or in a secure storage like Azure Key Vault. The second option shows you how to use a connection string to connect to a Service Bus namespace. If you are new to Azure, you may find the connection string option easier to follow. We recommend using the passwordless option in real-world applications and production environments. For more information, see [Authentication and authorization](../../../articles/service-bus-messaging/service-bus-authentication-and-authorization.md). You can also read more about passwordless authentication on the [overview page](/dotnet/azure/sdk/authentication?tabs=command-line).
1616

17-
## [Passwordless](#tab/passwordless)
17+
## [Passwordless (Recommended)](#tab/passwordless)
1818

1919
### Assign roles to your Azure AD user
2020

0 commit comments

Comments
 (0)