Skip to content

Commit 52c7bae

Browse files
authored
Merge pull request #189276 from EldertGrootenboer/patch-2
Update service-bus-performance-improvements.md
2 parents db2b561 + 663ced2 commit 52c7bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Service Bus enables clients to send and receive messages via one of three protoc
7777
AMQP is the most efficient, because it maintains the connection to Service Bus. It also implements [batching](#batching-store-access) and [prefetching](#prefetching). Unless explicitly mentioned, all content in this article assumes the use of AMQP or SBMP.
7878

7979
> [!IMPORTANT]
80-
> The SBMP is only available for .NET Framework. AMQP is the default for .NET Standard.
80+
> The SBMP protocol is only available for .NET Framework. AMQP is the default for .NET Standard.
8181
8282
## Choosing the appropriate Service Bus .NET SDK
8383

0 commit comments

Comments
 (0)