An Azure service that provides cloud messaging as a service and hybrid integration.
Hello @Josue Gonzalez
The key point here is that the Azure Service Bus connector in Power Automate is a Microsoft-managed connector. Unlike an application using the Service Bus SDK directly, Power Automate doesn't offer a customer-configurable option to select SBMP versus AMQP.
Microsoft has announced that support for the SBMP protocol and legacy Service Bus SDK libraries ends on September 30, 2026. The migration guidance primarily applies to applications using legacy libraries such as WindowsAzure.ServiceBus or Microsoft.Azure.ServiceBus, where customers control the SDK and transport implementation.
For Power Automate, recreating the connection or re-importing the flow is not expected to change the underlying protocol, since Microsoft's connector infrastructure handles that implementation.
If your Service Bus telemetry still reports SBMP traffic specifically from Power Automate, I recommend opening a Microsoft support case and providing the namespace, timestamps, flow/connection IDs, and the telemetry showing the SBMP connections. Microsoft can confirm whether this is actual SBMP traffic from the managed connector, how the metric is being classified, and whether any backend migration is required before the retirement date.
I would not redesign the flows or replace the connector solely because of the SBMP metric unless Microsoft confirms that customer action is required. At present, I am not aware of a documented customer-side procedure for migrating the Power Automate Service Bus managed connector from SBMP to AMQP.
Sharing these references with you:
Microsoft Service Bus performance improvements and SBMP/legacy SDK retirement:
Azure Service Bus performance improvements | https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-performance-improvements?
Power Automate / Logic Apps Azure Service Bus connector documentation:
Azure Service Bus connector reference | https://learn.microsoft.com/en-us/connectors/servicebus/
Use Azure Service Bus with Power Automate and Logic Apps | https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-servicebus?
Please "Accept the Answer" if this information helped you. This will help us and others in the community.