Skip to content

Commit e8d1a6a

Browse files
authored
Merge pull request #218239 from alexwolfmsft/alternate-intro
revamped intro text
2 parents 9f776c8 + 5ab6f8c commit e8d1a6a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

articles/service-bus-messaging/service-bus-dotnet-get-started-with-queues.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ In this quickstart, you'll do the following steps:
1818
4. Write a .NET console application to receive those messages from the queue.
1919

2020
> [!NOTE]
21-
> - This quick start provides step-by-step instructions to implement a simple scenario of sending a batch of messages to a Service Bus queue and then receiving them. For an overview of the .NET client library, see [Azure Service Bus client library for .NET](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/README.md). For more samples, see [Service Bus .NET samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Azure.Messaging.ServiceBus/samples).
22-
> - 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 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).
23-
21+
> This quick start provides step-by-step instructions to implement a simple scenario of sending a batch of messages to a Service Bus queue and then receiving them. For an overview of the .NET client library, see [Azure Service Bus client library for .NET](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/README.md). For more samples, see [Service Bus .NET samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Azure.Messaging.ServiceBus/samples).
2422
2523
## Prerequisites
2624

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,16 @@ ms.author: alexwolf
1010
ms.custom: include file
1111
---
1212

13-
14-
15-
## [Passwordless](#tab/passwordless)
16-
1713
## Authenticate the app to Azure
1814

19-
[!INCLUDE [passwordless-overview](../../../includes/passwordless/passwordless-overview.md)]
15+
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](/azure/sdk/authentication?tabs=command-line).
2016

21-
[!INCLUDE [passwordless-default-azure-credential-overview](../../../includes/passwordless/dotnet-default-azure-credential-overview.md)]
17+
## [Passwordless](#tab/passwordless)
2218

2319
### Assign roles to your Azure AD user
2420

2521
[!INCLUDE [service-bus-assign-roles](service-bus-assign-roles.md)]
2622

27-
2823
## [Connection String](#tab/connection-string)
2924

3025
## Get the connection string

0 commit comments

Comments
 (0)