Skip to content

Commit fc623e8

Browse files
committed
Queues - connection string
1 parent d2b4e9c commit fc623e8

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
Loading

articles/service-bus-messaging/includes/service-bus-create-namespace-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: 12/11/2024
7+
ms.date: 01/16/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---

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
@@ -15,5 +15,5 @@
1515
1. Enter a **name** for the queue, and leave the other values with their defaults.
1616
1. Now, select **Create**.
1717

18-
:::image type="content" source="./media/service-bus-create-queue-portal/create-queue.png" alt-text="Screenshot that shows the Create queue page.":::
18+
:::image type="content" source="./media/service-bus-create-queue-portal/create-queue.png" alt-text="Screenshot that shows the Create queue page." lightbox="./media/service-bus-create-queue-portal/create-queue.png":::
1919

2.35 KB
Loading
31.4 KB
Loading
10.9 KB
Loading

articles/service-bus-messaging/service-bus-dotnet-get-started-with-queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Use Azure Service Bus queues from .NET app
33
description: This quickstart shows you how to send messages to and receive messages from Azure Service Bus queues using the .NET programming language.
44
ms.topic: quickstart
55
ms.tgt_pltfrm: dotnet
6-
ms.date: 12/05/2023
6+
ms.date: 01/16/2025
77
ms.devlang: csharp
88
ms.custom: mode-api, passwordless-dotnet, devx-track-dotnet
99
---
@@ -267,7 +267,7 @@ This section shows you how to create a .NET console application to send messages
267267
268268
:::image type="content" source="./media/service-bus-dotnet-get-started-with-queues/select-queue.png" alt-text="Image showing the Service Bus Namespace page in the Azure portal with the queue selected." lightbox="./media/service-bus-dotnet-get-started-with-queues/select-queue.png":::
269269
270-
1. Notice the values in the **Essentials** section.
270+
1. Notice the values in the **Settings** section.
271271
272272
:::image type="content" source="./media/service-bus-dotnet-get-started-with-queues/sent-messages-essentials.png" alt-text="Image showing the number of messages received and the size of the queue." lightbox="./media/service-bus-dotnet-get-started-with-queues/sent-messages-essentials.png":::
273273

articles/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Service Bus topics (.NET)
33
description: This tutorial shows you how to send messages to Azure Service Bus topics and receive messages from topics' subscriptions using the .NET programming language.
44
ms.topic: quickstart
55
ms.tgt_pltfrm: dotnet
6-
ms.date: 12/07/2023
6+
ms.date: 01/16/2025
77
ms.devlang: csharp
88
ms.custom: mode-api, passwordless-dotnet, devx-track-dotnet
99
---

0 commit comments

Comments
 (0)