Skip to content

Commit 72fb4c4

Browse files
authored
Merge pull request #102383 from spelluru/sbusseo0127
SEO meta description
2 parents c73bcf7 + 25c050c commit 72fb4c4

9 files changed

+20
-24
lines changed

articles/service-bus-messaging/service-bus-metrics-azure-monitor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: Azure Service Bus metrics in Azure Monitor| Microsoft Docs
3-
description: Use Azure Monitor to monitor Service Bus entities
3+
description: This article explains how to use Azure Monitor to monitor Service Bus entities (queues, topics, and subscriptions).
44
services: service-bus-messaging
55
documentationcenter: .NET
66
author: axisc
7-
manager: timlt
87
editor: spelluru
98

109
ms.service: service-bus-messaging
1110
ms.topic: article
12-
ms.date: 11/06/2018
11+
ms.date: 01/27/2020
1312
ms.author: aschhab
1413

1514
---

articles/service-bus-messaging/service-bus-migrate-acs-sas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 10/22/2018
14+
ms.date: 01/27/2020
1515
ms.author: aschhab
1616

1717
---

articles/service-bus-messaging/service-bus-nodejs-how-to-use-queues-new-package.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: How to use azure/service-bus queues in Node.js'
3-
description: 'Quickstart: Learn how to use Service Bus queues in Azure from a Node.js app using the azure/service-bus package.'
2+
title: How to use azure/service-bus queues in Node.js
3+
description: Learn how to write a Nodejs program to send messages to and receive messages from a Service Bus queue using the new @azure/service-bus package.
44
services: service-bus-messaging
55
documentationcenter: nodejs
66
author: axisc
@@ -12,7 +12,7 @@ ms.workload: tbd
1212
ms.tgt_pltfrm: na
1313
ms.devlang: nodejs
1414
ms.topic: quickstart
15-
ms.date: 11/05/2019
15+
ms.date: 01/27/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/service-bus-nodejs-how-to-use-queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Azure Service Bus queues in Node.js using azure-sb package
3-
description: 'Quickstart: Learn how to use Service Bus queues in Azure from a Node.js app.'
3+
description: Learn how to create Node.js applications to send messages to and receive messages from an Azure Service Bus queue using the azure-sb package.
44
services: service-bus-messaging
55
documentationcenter: nodejs
66
author: axisc
@@ -13,7 +13,7 @@ ms.workload: tbd
1313
ms.tgt_pltfrm: na
1414
ms.devlang: nodejs
1515
ms.topic: quickstart
16-
ms.date: 11/05/2019
16+
ms.date: 01/27/2020
1717
ms.author: aschhab
1818
ms.custom: seo-javascript-september2019, seo-javascript-october2019
1919

articles/service-bus-messaging/service-bus-outages-disasters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Insulate Azure Service Bus applications against outages and disasters
3-
description: Techniques to protect applications against a potential Service Bus outage.
3+
description: This articles provides techniques to protect applications against a potential Azure Service Bus outage.
44
services: service-bus-messaging
55
author: axisc
66
manager: timlt
77
editor: spelluru
88

99
ms.service: service-bus-messaging
1010
ms.topic: article
11-
ms.date: 09/14/2018
11+
ms.date: 01/27/2020
1212
ms.author: aschhab
1313

1414
---

articles/service-bus-messaging/service-bus-premium-messaging.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 premium and standard tiers | Microsoft Docs
3-
description: Service Bus Premium and Standard Messaging tiers
2+
title: Azure Service Bus premium and standard tiers
3+
description: This article describes standard and premium tiers of Azure Service Bus. Compares these tiers and provides technical differences.
44
services: service-bus-messaging
55
documentationcenter: .net
66
author: axisc
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 12/20/2019
16+
ms.date: 01/27/2020
1717
ms.author: aschhab
1818

1919
---

articles/service-bus-messaging/service-bus-python-how-to-use-queues.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: 'Quickstart: Use Azure Service Bus queues with Python'
3-
description: Learn how to use Azure Service Bus queues with Python.
3+
description: This article shows you how to use Python to create, send messages to, and receive messages from Azure Service Bus queues.
44
services: service-bus-messaging
55
documentationcenter: python
66
author: axisc
7-
manager: timlt
87
editor: spelluru
98

109
ms.assetid: b95ee5cd-3b31-459c-a7f3-cf8bcf77858b
@@ -13,7 +12,7 @@ ms.workload: na
1312
ms.tgt_pltfrm: na
1413
ms.devlang: python
1514
ms.topic: quickstart
16-
ms.date: 11/05/2019
15+
ms.date: 01/27/2020
1716
ms.author: aschhab
1817
ms.custom: seo-python-october2019
1918
---

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: 'Quickstart: Use Azure Service Bus topics and subscriptions with Python'
3-
description: Learn how to use Azure Service Bus topics and subscriptions from Python.
3+
description: This article shows you how to create an Azure Service Bus topic, subscription, send messages to a topic and receive messages from subscription.
44
services: service-bus-messaging
55
documentationcenter: python
66
author: axisc
7-
manager: timlt
87
editor: spelluru
98

109
ms.assetid: c4f1d76c-7567-4b33-9193-3788f82934e4
@@ -13,7 +12,7 @@ ms.workload: na
1312
ms.tgt_pltfrm: na
1413
ms.devlang: python
1514
ms.topic: quickstart
16-
ms.date: 11/05/2019
15+
ms.date: 01/27/2020
1716
ms.author: aschhab
1817

1918
---

articles/service-bus-messaging/service-bus-samples.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: Azure Service Bus messaging samples overview | Microsoft Docs
3-
description: Describes Service Bus messaging samples with links to each
2+
title: Azure Service Bus messaging samples overview
3+
description: The Service Bus messaging samples demonstrate key features in Azure Service Bus messaging. Provides links to samples on GitHub.
44
services: service-bus-messaging
55
documentationcenter: na
66
author: axisc
7-
manager: timlt
87
editor: spelluru
98

109
ms.assetid: 0b420343-2d2a-4c65-98f1-ee0e39ef55c8
@@ -13,7 +12,7 @@ ms.devlang: na
1312
ms.topic: article
1413
ms.tgt_pltfrm: na
1514
ms.workload: na
16-
ms.date: 03/13/2019
15+
ms.date: 01/27/2020
1716
ms.author: aschhab
1817

1918
---

0 commit comments

Comments
 (0)