Skip to content

Commit 717fc7a

Browse files
Minor fixes.
1 parent c599234 commit 717fc7a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

articles/service-bus-messaging/includes/service-bus-create-namespace-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To create a namespace:
2626

2727
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
2828
1. For **Resource group**, choose an existing resource group, or create a new one.
29-
1. Enter a **Namespace name**. The namespace name should adhere to the following naming conventions:
29+
1. Enter a **Namespace name** that meets the following naming conventions:
3030

3131
- The name must be unique across Azure. The system immediately checks to see if the name is available.
3232
- The name length is at least 6 and at most 50 characters.

articles/service-bus-messaging/service-bus-python-how-to-use-queues.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: devx-track-python, mode-api, passwordless-python
1717
> - [JavaScript](service-bus-nodejs-how-to-use-queues.md)
1818
> - [Python](service-bus-python-how-to-use-queues.md)
1919
20+
This article provides step-by-step instructions for a simple scenario of sending messages to a Service Bus queue and receiving them. You can find prebuilt JavaScript and TypeScript samples for Azure Service Bus in the [Azure SDK for Python repository on GitHub](https://github.com/azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/samples).
21+
2022
In this tutorial, you:
2123

2224
> [!div class="checklist"]
@@ -27,12 +29,9 @@ In this tutorial, you:
2729
> - Send a set of messages to the queue.
2830
> - Receive those messages from the queue.
2931
30-
> [!NOTE]
31-
> This article provides step-by-step instructions for a simple scenario of sending messages to a Service Bus queue and receiving them. You can find prebuilt JavaScript and TypeScript samples for Azure Service Bus in the [Azure SDK for Python repository on GitHub](https://github.com/azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/samples).
32-
3332
## Prerequisites
3433

35-
If you're new to the service, see [Service Bus overview](service-bus-messaging-overview.md) to follow along with this article.
34+
If you're new to the service, see [Service Bus overview](service-bus-messaging-overview.md) before you begin.
3635

3736
- An Azure subscription. To complete this tutorial, you need an Azure account. You can activate your [Monthly Azure credits for Visual Studio subscribers](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/?WT.mc_id=A85619ABF) or sign-up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A85619ABF).
3837

includes/passwordless/service-bus/service-bus-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Add your Microsoft Entra user name to the **Azure Service Bus Data Owner** role
4444

4545
1. Use the search box to filter the results to the desired role. For this example, search for `Azure Service Bus Data Owner` and select the matching result. Then choose **Next**.
4646
1. Under **Assign access to**, select **User, group, or service principal**, and then choose **+ Select members**.
47-
1. In the dialog box, search for your Microsoft Entra username (usually your *user@domain* email address) and then choose **Select** at the bottom of the dialog.
47+
1. In the dialog, search for your Microsoft Entra username (usually your *user@domain* email address) and then choose **Select** at the bottom of the dialog.
4848
1. Select **Review + assign** to go to the final page, and then **Review + assign** again to complete the process.

0 commit comments

Comments
 (0)