Skip to content

Commit 34d4562

Browse files
committed
Service Bus Explorer
1 parent 91c7b73 commit 34d4562

28 files changed

Lines changed: 74 additions & 64 deletions

articles/service-bus-messaging/explorer.md

Lines changed: 59 additions & 48 deletions
Large diffs are not rendered by default.
89.3 KB
Loading

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author: spelluru
55
ms.service: azure-service-bus
66
ms.topic: include
7-
ms.date: 06/11/2025
7+
ms.date: 02/05/2026
88
ms.author: spelluru
99
ms.custom:
1010
- include file
@@ -13,14 +13,14 @@
1313

1414
## Create a namespace in the Azure portal
1515

16-
To begin using Service Bus messaging entities in Azure, create a namespace with a name that is unique across Azure. A namespace provides a scoping container for Service Bus resources, such as queues and topics, in your application.
16+
To start using Service Bus messaging entities in Azure, create a namespace with a name that's unique across Azure. A namespace provides a scoping container for Service Bus resources, such as queues and topics, in your application.
1717

1818
To create a namespace:
1919

2020
1. Sign in to the [Azure portal](https://portal.azure.com).
21-
1. Select the flyout menu from the top left and navigate to the [**All services** page](https://portal.azure.com/#allservices/category/All).
21+
1. Select the flyout menu from the top left and go to the [**All services** page](https://portal.azure.com/#allservices/category/All).
2222
1. On the left navigation bar, select **Integration**.
23-
1. Scroll down to **Messaging services** > **Service Bus** and select **Create**.
23+
1. Scroll down to **Messaging services**, hover your mouse over **Service Bus**, and then select **Create**.
2424

2525
:::image type="content" source="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png" alt-text="Screenshot showing selection of Create a resource, Integration, and then Service Bus in the menu." lightbox="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png":::
2626

@@ -32,29 +32,29 @@ To create a namespace:
3232

3333
- The name must be unique across Azure. The system immediately checks to see if the name is available.
3434
- The name length is at least 6 and at most 50 characters.
35-
- The name can contain only letters, numbers, hyphens `-`.
35+
- The name can contain only letters, numbers, and hyphens `-`.
3636
- The name must start with a letter and end with a letter or number.
3737
- The name doesn't end with `-sb` or `-mgmt`.
3838

3939
1. For **Location**, choose the region to host your namespace.
4040
1. For **Pricing tier**, select the pricing tier (Basic, Standard, or Premium) for the namespace. For this quickstart, select **Standard**.
4141

42-
If you select **Premium** tier, you can enable **geo-replication** for the namespace. The geo-replication feature ensures that the metadata and data of a namespace are continuously replicated from a primary region to one or more secondary regions.
42+
If you select the **Premium** tier, you can enable **geo-replication** for the namespace. The geo-replication feature ensures that the metadata and data of a namespace are continuously replicated from a primary region to one or more secondary regions.
4343

4444
> [!IMPORTANT]
45-
> If you want to use [topics and subscriptions](../service-bus-queues-topics-subscriptions.md#topics-and-subscriptions), choose either Standard or Premium. Topics and subscriptions aren't supported in the Basic pricing tier.
45+
> If you want to use [topics and subscriptions](../service-bus-queues-topics-subscriptions.md#topics-and-subscriptions), choose either Standard or Premium. The Basic pricing tier doesn't support topics and subscriptions.
4646
47-
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 tier](../service-bus-premium-messaging.md).
47+
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 as 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 tier](../service-bus-premium-messaging.md).
4848

4949
1. Select **Review + create** at the bottom of the page.
5050

51-
:::image type="content" source="./media/service-bus-create-namespace-portal/create-namespace.png" alt-text="Screenshot showing the Create a namespace page":::
51+
:::image type="content" source="./media/service-bus-create-namespace-portal/create-namespace.png" alt-text="Screenshot showing the Create a namespace page." lightbox="./media/service-bus-create-namespace-portal/create-namespace.png":::
5252

53-
1. On the **Review + create** page, review settings, and select **Create**.
53+
1. On the **Review + create** page, review the settings, and select **Create**.
5454

5555
1. After the deployment of the resource is successful, select **Go to resource** on the deployment page.
5656

57-
:::image type="content" source="./media/service-bus-create-namespace-portal/deployment-alert.png" alt-text="Screenshot showing the deployment succeeded page with the Go to resource link.":::
57+
:::image type="content" source="./media/service-bus-create-namespace-portal/deployment-alert.png" alt-text="Screenshot showing the deployment succeeded page with the Go to resource link." lightbox="./media/service-bus-create-namespace-portal/deployment-alert.png":::
5858

5959
1. You see the home page for your service bus namespace.
6060

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
@@ -4,7 +4,7 @@
44
author: spelluru
55
ms.service: azure-service-bus
66
ms.topic: include
7-
ms.date: 06/11/2025
7+
ms.date: 02/05/2026
88
ms.author: spelluru
99
ms.custom: include file
1010
---
181 KB
Loading
259 KB
Loading
146 KB
Loading
168 KB
Loading
105 KB
Loading
-232 KB
Loading

0 commit comments

Comments
 (0)