You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/includes/service-bus-create-namespace-portal.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
author: spelluru
5
5
ms.service: azure-service-bus
6
6
ms.topic: include
7
-
ms.date: 06/11/2025
7
+
ms.date: 02/05/2026
8
8
ms.author: spelluru
9
9
ms.custom:
10
10
- include file
@@ -13,14 +13,14 @@
13
13
14
14
## Create a namespace in the Azure portal
15
15
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.
17
17
18
18
To create a namespace:
19
19
20
20
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).
22
22
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**.
24
24
25
25
:::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":::
26
26
@@ -32,29 +32,29 @@ To create a namespace:
32
32
33
33
- The name must be unique across Azure. The system immediately checks to see if the name is available.
34
34
- 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 `-`.
36
36
- The name must start with a letter and end with a letter or number.
37
37
- The name doesn't end with `-sb` or `-mgmt`.
38
38
39
39
1. For **Location**, choose the region to host your namespace.
40
40
1. For **Pricing tier**, select the pricing tier (Basic, Standard, or Premium) for the namespace. For this quickstart, select **Standard**.
41
41
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.
43
43
44
44
> [!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.
46
46
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).
48
48
49
49
1. Select **Review + create** at the bottom of the page.
50
50
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":::
52
52
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**.
54
54
55
55
1. After the deployment of the resource is successful, select **Go to resource** on the deployment page.
56
56
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":::
58
58
59
59
1. You see the home page for your service bus namespace.
0 commit comments