Skip to content

Commit eb10524

Browse files
Add Azure Service Bus upgrade guide for v5 to v6
1 parent 5f3a6d5 commit eb10524

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

menu/menu.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,8 @@
832832
Title: Version 6 to 7
833833
- Title: Azure Service Bus
834834
Articles:
835+
- Url: transports/upgrades/asbs-5to6
836+
Title: Version 5 to 6
835837
- Url: transports/upgrades/asbs-4to5
836838
Title: Version 4 to 5
837839
- Url: transports/upgrades/asbs-3to4

transports/upgrades/asbs-5to6.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Azure Service Bus Transport Upgrade Version 5 to 6
3+
summary: Migration instructions on how to upgrade the Azure Service Bus transport from version 5 to 6
4+
reviewed: 2025-09-18
5+
component: ASBS
6+
related:
7+
- transports/azure-service-bus
8+
isUpgradeGuide: true
9+
upgradeGuideCoreVersions:
10+
- 9
11+
- 10
12+
---
13+
14+
## Transport Encoding Header
15+
16+
The `AzureServiceBusTransport.SendTransportEncodingHeader` API has been deprecated. The transport now relies on the [ContentType property](https://learn.microsoft.com/azure/service-bus-messaging/service-bus-messages-payloads#payload-serialization) of Azure Service Bus messages instead of a custom header. Remove any usage of this API.

0 commit comments

Comments
 (0)