diff --git a/menu/menu.yaml b/menu/menu.yaml index d80892a50cc..2622ca71def 100644 --- a/menu/menu.yaml +++ b/menu/menu.yaml @@ -832,6 +832,8 @@ Title: Version 6 to 7 - Title: Azure Service Bus Articles: + - Url: transports/upgrades/asbs-5to6 + Title: Version 5 to 6 - Url: transports/upgrades/asbs-4to5 Title: Version 4 to 5 - Url: transports/upgrades/asbs-3to4 diff --git a/transports/upgrades/asbs-5to6.md b/transports/upgrades/asbs-5to6.md new file mode 100644 index 00000000000..ef51d0d6a12 --- /dev/null +++ b/transports/upgrades/asbs-5to6.md @@ -0,0 +1,16 @@ +--- +title: Azure Service Bus Transport Upgrade Version 5 to 6 +summary: Migration instructions on how to upgrade the Azure Service Bus transport from version 5 to 6 +reviewed: 2025-09-18 +component: ASBS +related: + - transports/azure-service-bus +isUpgradeGuide: true +upgradeGuideCoreVersions: + - 9 + - 10 +--- + +## Transport Encoding Header + +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. \ No newline at end of file