Skip to content

Commit 8614adf

Browse files
authored
Merge pull request #102280 from spelluru/sbusseo0124
SEO metadata desc
2 parents db69c91 + 0762c0c commit 8614adf

9 files changed

+24
-24
lines changed

articles/service-bus-messaging/duplicate-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Service Bus duplicate message detection | Microsoft Docs
3-
description: Detect duplicate Service Bus messages
3+
description: This article explains how you can detect duplicates in Azure Service Bus messages. The duplicate message can be ignored and dropped.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/entity-suspend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Service Bus suspend messaging entities | Microsoft Docs
3-
description: Suspend and reactivate Azure Service Bus message entities.
2+
title: Azure Service Bus - suspend messaging entities
3+
description: This article explains how to temporarily suspend and reactivate Azure Service Bus message entities (queues, topics, and subscriptions).
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-browsing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Service Bus message browsing | Microsoft Docs
3-
description: Browse and peek Service Bus messages
2+
title: Azure Service Bus - message browsing
3+
description: Browse and peek Service Bus messages enables an Azure Service Bus client to enumerate all messages that reside in a queue or subscription.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-counters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Service Bus message count | Microsoft Docs
3-
description: Retrieve the count of Azure Service Bus messages.
2+
title: Azure Service Bus - message count
3+
description: Retrieve the count of messages held in queues and subscriptions by using Azure Resource Manager and the Azure Service Bus NamespaceManager APIs.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-deferral.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Service Bus message deferral | Microsoft Docs
3-
description: Defer delivery of Service Bus messages
2+
title: Azure Service Bus - message deferral
3+
description: This article explains how to defer delivery of Azure Service Bus messages. The message remains in the queue or subscription, but it is set aside.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-expiration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Service Bus message expiration | Microsoft Docs
3-
description: Expiration and time to live of Azure Service Bus messages
2+
title: Azure Service Bus - message expiration
3+
description: This article explains about expiration and time to live of Azure Service Bus messages. After such a deadline, the message is no longer delivered.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-sequencing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Service Bus message sequencing and timestamps | Microsoft Docs
3-
description: Preserve Service Bus message sequence and order with timestamps
3+
description: This article explains how to preserve sequencing and ordering (with timestamps) of Azure Service Bus messages.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-sessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Service Bus message sessions | Microsoft Docs
3-
description: Handle sequences of Azure Service Bus messages with sessions.
3+
description: This article explains how to use sessions to enable joint and ordered handling of unbounded sequences of related messages.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/23/2019
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/message-transfers-locks-settlement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Service Bus message transfers, locks, and settlement | Microsoft Docs
3-
description: Overview of Service Bus message transfers and settlement operations
2+
title: Azure Service Bus message transfers, locks, and settlement
3+
description: This article provides an overview of Azure Service Bus message transfers, locks, and settlement operations.
44
services: service-bus-messaging
55
documentationcenter: ''
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 09/25/2018
15+
ms.date: 01/24/2019
1616
ms.author: aschhab
1717

1818
---

0 commit comments

Comments
 (0)