Skip to content

Commit 0c7f04e

Browse files
committed
freshness review & updates
1 parent da4f086 commit 0c7f04e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
572 Bytes
Loading
Loading
7.04 KB
Loading
Loading

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: spelluru
66
ms.service: service-bus-messaging
77
ms.topic: include
8-
ms.date: 04/26/2022
8+
ms.date: 10/20/2022
99
ms.author: spelluru
1010
ms.custom: include file
1111
---
@@ -16,8 +16,8 @@ To begin using Service Bus messaging entities in Azure, you must first create a
1616
To create a namespace:
1717

1818
1. Sign in to the [Azure portal](https://portal.azure.com)
19-
2. In the left navigation pane of the portal, select **+ Create a resource**, select **Integration**, and then select **Service Bus**.
20-
19+
2. In the left navigation pane of the portal, select **All services**, select **Integration** from the list of categories, hover the mouse over **Service Bus**, and then select **Create** on the Service Bus tile.
20+
2121
:::image type="content" source="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png" alt-text="Image showing selection of Create a resource, Integration, and then Service Bus in the menu.":::
2222
3. In the **Basics** tag of the **Create namespace** page, follow these steps:
2323
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
@@ -35,21 +35,21 @@ To create a namespace:
3535
> If you want to use [topics and subscriptions](../service-bus-queues-topics-subscriptions.md#topics-and-subscriptions), choose either Standard or Premium. Topics/subscriptions aren't supported in the Basic pricing tier.
3636
3737
If you selected the **Premium** pricing tier, specify the number of **messaging units**. The premium tier provides resource isolation at the CPU and memory level so that each workload runs in isolation. This resource container is called a messaging unit. A premium namespace has at least one messaging unit. You can select 1, 2, 4, 8 or 16 messaging units for each Service Bus Premium namespace. For more information, see [Service Bus Premium Messaging](../service-bus-premium-messaging.md).
38-
1. Select **Review + create**. The system now creates your namespace and enables it. You might have to wait several minutes as the system provisions resources for your account.
38+
1. Select **Review + create** at the bottom of the page.
3939

4040
:::image type="content" source="./media/service-bus-create-namespace-portal/create-namespace.png" alt-text="Image showing the Create a namespace page":::
41-
1. On the **Create** page, review settings, and select **Create**.
42-
4. Select **Go to resource** on the deployment page.
41+
1. On the **Review + create** page, review settings, and select **Create**.
42+
4. Once the deployment of the resource is successful, select **Go to resource** on the deployment page.
4343

4444
:::image type="content" source="./media/service-bus-create-namespace-portal/deployment-alert.png" alt-text="Image showing the deployment succeeded page with the Go to resource link.":::
4545
6. You see the home page for your service bus namespace.
4646

47-
:::image type="content" source="./media/service-bus-create-namespace-portal/service-bus-namespace-home-page.png" alt-text="Image showing the home page of the Service Bus namespace created." :::
47+
:::image type="content" source="./media/service-bus-create-namespace-portal/service-bus-namespace-home-page.png" lightbox="./media/service-bus-create-namespace-portal/service-bus-namespace-home-page.png" alt-text="Image showing the home page of the Service Bus namespace created." :::
4848

4949
## Get the connection string
5050
Creating a new namespace automatically generates an initial Shared Access Signature (SAS) policy with primary and secondary keys, and primary and secondary connection strings that each grant full control over all aspects of the namespace. See [Service Bus authentication and authorization](../service-bus-authentication-and-authorization.md) for information about how to create rules with more constrained rights for regular senders and receivers.
5151

52-
To copy the primary connection string for your namespace, follow these steps:
52+
A client can use the connection string to connect to the Service Bus namespace. To copy the primary connection string for your namespace, follow these steps:
5353

5454
1. On the **Service Bus Namespace** page, select **Shared access policies** on the left menu.
5555
3. On the **Shared access policies** page, select **RootManageSharedAccessKey**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: spelluru
66
ms.service: service-bus-messaging
77
ms.topic: include
8-
ms.date: 10/08/2021
8+
ms.date: 10/20/2022
99
ms.author: spelluru
1010
ms.custom: include file
1111
---

articles/service-bus-messaging/service-bus-quickstart-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use the Azure portal to create a Service Bus queue
33
description: In this quickstart, you learn how to create a Service Bus namespace and a queue in the namespace by using the Azure portal.
44
author: spelluru
55
ms.author: spelluru
6-
ms.date: 09/10/2021
6+
ms.date: 10/20/2022
77
ms.topic: quickstart
88
ms.custom: mode-ui
99
---

0 commit comments

Comments
 (0)