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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,11 @@ 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 **All services**, select **Integration** from the list of categories, hover the mouse over **Service Bus**, and then select **+** button on the Service Bus tile.
19
+
2. Navigate to the [**All services** page](https://portal.azure.com/#allservices/category/All).
20
+
3. On the left navigation bar, select **Integration** from the list of categories, hover the mouse over **Service Bus**, and then select **+** button on the Service Bus tile.
20
21
21
22
:::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
-
3. In the **Basics** tag of the **Create namespace** page, follow these steps:
23
+
4. In the **Basics** tag of the **Create namespace** page, follow these steps:
23
24
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
24
25
1. For **Resource group**, choose an existing resource group in which the namespace will live, or create a new one.
25
26
1. Enter a **name for the namespace**. The namespace name should adhere to the following naming conventions:
@@ -39,7 +40,7 @@ To create a namespace:
39
40
40
41
:::image type="content" source="./media/service-bus-create-namespace-portal/create-namespace.png" alt-text="Image showing the Create a namespace page":::
41
42
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
+
5. Once the deployment of the resource is successful, select **Go to resource** on the deployment page.
43
44
44
45
:::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
46
6. You see the home page for your service bus namespace.
0 commit comments