Skip to content

Commit 96db3df

Browse files
committed
tweaks
1 parent df723fd commit 96db3df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ ms.custom: include file
1212

1313
## Authenticate the app to Azure
1414

15-
## [Passwordless](#tab/passwordless)
16-
1715
This quick start shows you two ways of connecting to Azure Service Bus: connection string and passwordless. The first option shows you how to use a connection string to connect to a Service Bus namespace. The second option shows you how to use your security principal in Azure Active Directory and the 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. 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](service-bus-authentication-and-authorization.md). You can also read more about passwordless authentication on the [overview page](/azure/sdk/authentication?tabs=command-line).
1816

17+
## [Passwordless](#tab/passwordless)
18+
1919
### Assign roles to your Azure AD user
2020

2121
[!INCLUDE [service-bus-assign-roles](service-bus-assign-roles.md)]
2222

23-
2423
## [Connection String](#tab/connection-string)
2524

2625
## Get the connection string

0 commit comments

Comments
 (0)