Skip to content

Commit 741da67

Browse files
committed
Freshness review in March
1 parent 33404e9 commit 741da67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Introduction to Azure Service Bus, an enterprise message broker
2+
title: Introduction to Azure Service Bus
33
description: This article provides a high-level overview of Azure Service Bus, a fully managed enterprise integration serverless message broker.
44
ms.topic: overview
5-
ms.date: 02/23/2024
5+
ms.date: 03/13/2025
66
---
77

88
# What is Azure Service Bus?
@@ -116,11 +116,11 @@ Subscribers can define which messages they want to receive from a topic. These m
116116

117117
If an error occurs that causes the client to have any doubt about the outcome of a send operation, duplicate detection takes the doubt out of these situations by enabling the sender to resend the same message, and the queue or topic discards any duplicate copies. For more information, see [Duplicate detection](duplicate-detection.md).
118118

119-
## Batch delete of Messages
120-
Azure Service Bus supports deletion of messages in batches. This is useful in scenarios when messages within queues or subscriptions have become expired , or no longer relevant, necessitating a cleanup. For more information, see [Batch delete](batch-delete.md).
119+
## Batch deletion of Messages
120+
Azure Service Bus supports deletion of messages in batches. This is useful in scenarios when messages within queues or subscriptions have become expired, or no longer relevant, necessitating a cleanup. For more information, see [Batch delete](batch-delete.md).
121121

122122
### Security
123-
Service Bus supports security protocols such as [Shared Access Signatures (SAS)](service-bus-sas.md), [Role Based Access Control (RBAC)](service-bus-role-based-access-control.md) (RBAC) and [Managed identities for Azure resources](service-bus-managed-service-identity.md).
123+
Service Bus supports security protocols such as [Shared Access Signatures (SAS)](service-bus-sas.md), [Role Based Access Control (RBAC)](service-bus-role-based-access-control.md) (RBAC), and [Managed identities for Azure resources](service-bus-managed-service-identity.md).
124124

125125
Service Bus supports standard [Advanced Message Queuing Protocol (AMQP) 1.0](service-bus-amqp-overview.md) and [HTTP/REST](/rest/api/servicebus/) protocols.
126126

0 commit comments

Comments
 (0)