Skip to content

Commit db4c3b0

Browse files
authored
Merge pull request #259722 from spelluru/sbuscreate1128
Freshness review
2 parents 955804b + 6b36ab3 commit db4c3b0

19 files changed

+47
-50
lines changed
Loading
141 Bytes
Loading
Loading
Loading
15.8 KB
Loading
-3.73 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
author: spelluru
66
ms.service: service-bus-messaging
77
ms.topic: include
8-
ms.date: 10/28/2022
8+
ms.date: 11/28/2023
99
ms.author: spelluru
1010
ms.custom: include file
1111
---
1212

1313
## Create a namespace in the Azure portal
14-
To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for Service Bus resources within your application.
14+
To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for Service Bus resources (queues, topics, etc.) within your application.
1515

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 **All services**, select **Integration** from the list of categories, hover the mouse over **Service Bus**, and then select **Create** on the Service Bus tile.
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.
2020

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:

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/20/2022
8+
ms.date: 11/28/2023
99
ms.author: spelluru
1010
ms.custom: include file
1111
---

articles/service-bus-messaging/includes/service-bus-create-topics-three-subscriptions-portal.md

Lines changed: 1 addition & 2 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: 10/28/2022
8+
ms.date: 11/28/2023
99
ms.author: spelluru
1010
ms.custom: include file
1111
---
@@ -27,7 +27,6 @@
2727
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/add-subscription-button.png" alt-text="Screenshot of the Subscriptions page with the Add subscription button selected.":::
2828
3. On the **Create subscription** page, follow these steps:
2929
1. Enter **S1** for **name** of the subscription.
30-
1. Enter **3** for **Max delivery count**.
3130
1. Then, select **Create** to create the subscription.
3231

3332
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png" alt-text="Screenshot of the Create subscription page.":::

0 commit comments

Comments
 (0)