Skip to content

Commit fa0861c

Browse files
Merge pull request #212896 from spelluru/sbustrans0928
management & messaging ops in transaction
2 parents da07b40 + 6567d2a commit fa0861c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of transaction processing in Azure Service Bus
33
description: This article gives you an overview of transaction processing and the send via feature in Azure Service Bus.
44
ms.topic: article
5-
ms.date: 03/21/2022
5+
ms.date: 09/28/2022
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp
88
---
@@ -12,7 +12,8 @@ ms.custom: devx-track-csharp
1212
This article discusses the transaction capabilities of Microsoft Azure Service Bus. Much of the discussion is illustrated by the [AMQP Transactions with Service Bus sample](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.Azure.ServiceBus/TransactionsAndSendVia/TransactionsAndSendVia/AMQPTransactionsSendVia). This article is limited to an overview of transaction processing and the *send via* feature in Service Bus, while the Atomic Transactions sample is broader and more complex in scope.
1313

1414
> [!NOTE]
15-
> The basic tier of Service Bus doesn't support transactions. The standard and premium tiers support transactions. For differences between these tiers, see [Service Bus pricing](https://azure.microsoft.com/pricing/details/service-bus/).
15+
> - The basic tier of Service Bus doesn't support transactions. The standard and premium tiers support transactions. For differences between these tiers, see [Service Bus pricing](https://azure.microsoft.com/pricing/details/service-bus/).
16+
> - Mixing management and messaging operations in a transaction isn't supported.
1617
1718
## Transactions in Service Bus
1819

0 commit comments

Comments
 (0)