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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
author: spelluru
6
6
ms.service: service-bus-messaging
7
7
ms.topic: include
8
-
ms.date: 04/26/2022
8
+
ms.date: 10/20/2022
9
9
ms.author: spelluru
10
10
ms.custom: include file
11
11
---
@@ -16,8 +16,8 @@ To begin using Service Bus messaging entities in Azure, you must first create a
16
16
To create a namespace:
17
17
18
18
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
+
21
21
:::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.":::
22
22
3. In the **Basics** tag of the **Create namespace** page, follow these steps:
23
23
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
@@ -35,21 +35,21 @@ To create a namespace:
35
35
> 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.
36
36
37
37
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.
39
39
40
40
:::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.
43
43
44
44
:::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.":::
45
45
6. You see the home page for your service bus namespace.
46
46
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." :::
48
48
49
49
## Get the connection string
50
50
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.
51
51
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:
53
53
54
54
1. On the **Service Bus Namespace** page, select **Shared access policies** on the left menu.
55
55
3. On the **Shared access policies** page, select **RootManageSharedAccessKey**.
0 commit comments