Skip to content

Commit 2089ed0

Browse files
authored
Merge pull request #102288 from spelluru/sbusseo0124-2
SEO metadata
2 parents 69b9003 + d32b86b commit 2089ed0

9 files changed

+25
-25
lines changed

articles/service-bus-messaging/service-bus-amqp-dotnet.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 with .NET and AMQP 1.0 | Microsoft Docs
3-
description: Using Azure Service Bus from .NET with AMQP
3+
description: This article describes how to use Azure Service Bus from a .NET application using AMQP (Advanced Messaging Queuing Protocol).
44
services: service-bus-messaging
55
documentationcenter: na
66
author: axisc
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 01/23/2019
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---

articles/service-bus-messaging/service-bus-auto-forwarding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Auto-forwarding Azure Service Bus messaging entities | Microsoft Docs
3-
description: How to chain a Service Bus queue or subscription to another queue or topic.
2+
title: Auto-forwarding Azure Service Bus messaging entities
3+
description: This article describes how to chain an Azure Service Bus queue or subscription to another queue or topic.
44
services: service-bus-messaging
55
documentationcenter: na
66
author: axisc
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 01/23/2019
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Azure Service Bus frequently asked questions (FAQ) | Microsoft Docs
3-
description: Answers some frequently asked questions about Azure Service Bus.
3+
description: This article provides answers to some of the frequently asked questions (FAQ) about Azure Service Bus.
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: 01/23/2019
11+
ms.date: 01/24/2020
1212
ms.author: aschhab
1313

1414
---
15-
# Service Bus FAQ
15+
# Azure Service Bus - Frequently asked questions (FAQ)
1616

1717
This article discusses some frequently asked questions about Microsoft Azure Service Bus. You can also visit the [Azure Support FAQs](https://azure.microsoft.com/support/faq/) for general Azure pricing and support information.
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshooting guide for Azure Service Bus | Microsoft Docs
3-
description: List of Service Bus messaging exceptions and suggested actions.
3+
description: This article provides a list of Azure Service Bus messaging exceptions and suggested actions to taken when the exception occurs.
44
services: service-bus-messaging
55
documentationcenter: na
66
author: axisc
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 01/17/2020
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---

articles/service-bus-messaging/service-bus-messaging-sql-rule-action.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: SQLRuleAction syntax reference in Azure | Microsoft Docs
3-
description: Details about SQLRuleAction grammar.
2+
title: SQLRuleAction syntax reference in Azure Service Bus
3+
description: This article provides a reference for SQLRuleAction syntax. The actions are written in SQL-language based syntax that is performed against a brokered message.
44
services: service-bus-messaging
55
documentationcenter: na
66
author: axisc
@@ -13,12 +13,12 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 09/05/2018
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---
2020

21-
# SQLRuleAction syntax
21+
# SQLRuleAction syntax reference for Azure Service Bus
2222

2323
A *SqlRuleAction* is an instance of the [SqlRuleAction](/dotnet/api/microsoft.servicebus.messaging.sqlruleaction) class, and represents set of actions written in SQL-language based syntax that is performed against a [BrokeredMessage](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage).
2424

articles/service-bus-messaging/service-bus-php-how-to-use-queues.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 Service Bus queues with PHP'
3-
description: 'Quickstart: Learn how to use Service Bus queues in Azure. Code samples written in PHP.'
2+
title: How to use Azure Service Bus queues with PHP
3+
description: In this tutorial, you learn how to create PHP applications to send messages to and receive messages from a Service Bus queue.
44
services: service-bus-messaging
55
documentationcenter: php
66
author: axisc
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: PHP
1515
ms.topic: quickstart
16-
ms.date: 11/05/2019
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---

articles/service-bus-messaging/service-bus-php-how-to-use-topics-subscriptions.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 Service Bus topics with PHP'
3-
description: 'Quickstart: Learn how to use Service Bus topics with PHP in Azure.'
2+
title: How to use Azure Service Bus topics with PHP
3+
description: In this tutorial, you learn how to use Azure Service Bus topics and subscriptions from a PHP application.
44
services: service-bus-messaging
55
documentationcenter: php
66
author: axisc
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: PHP
1515
ms.topic: quickstart
16-
ms.date: 11/05/2019
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---

articles/service-bus-messaging/service-bus-prefetch.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 prefetch messages | Microsoft Docs
3-
description: Improve performance by prefetching Azure Service Bus messages.
3+
description: Improve performance by prefetching Azure Service Bus messages. Messages are readily available for local retrieval before the application requests for them.
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: 08/30/2018
15+
ms.date: 01/24/2020
1616
ms.author: aschhab
1717

1818
---

articles/service-bus-messaging/service-bus-ruby-how-to-use-queues.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 with Ruby'
3-
description: 'Quickstart: Learn how to use Service Bus queues in Azure. Code samples written in Ruby.'
2+
title: How to use Azure Service Bus queues with Ruby
3+
description: In this tutorial, you learn how to create Ruby applications to send messages to and receive messages from a Service Bus queue.
44
services: service-bus-messaging
55
documentationcenter: ruby
66
author: axisc
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: ruby
1515
ms.topic: quickstart
16-
ms.date: 11/05/2019
16+
ms.date: 01/24/2020
1717
ms.author: aschhab
1818

1919
---

0 commit comments

Comments
 (0)