Logic Apps Preview - Service Bus Receive stopped working

Malcolm K 156 Reputation points
2021-05-24T03:59:14.94+00:00

Hey

Is anyone aware of an issue with Logic Apps Preview (the new version hosted in Function App Framework) receiving messages from Service Bus queues.

I have a number of messages in a SB queue that have not been received by LA preview, but works fine in LA Consumption ("old Logic Apps").

Was working up until 19/5 but hasn't worked since then.

I have re-created the queues and the Logic App but no luck.

Thanks
Malcolm

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,016 Reputation points
    2021-05-24T05:20:00.653+00:00

    @Malcolm K I have tested the preview logic app with service bus trigger but couldn't any issue. I will suggest you to regenerate the primary/secondary service bus key (if it is possible for you and is testing environment) as there could be chances that the messages are consumed from any other application apart from the preview logic app. Make sure to reconfirm the connection in the logic app once you have regenerated the keys. Alternatively, you can create a new service bus to test your workflow. This will help you to confirm the behavior that you have observed.

    Initially, this could be one of the reasons that the service bus keys were regenerated and the preview logic app was not getting triggered initially.

    Update 5/24:
    The issue is reproduced for the inbuild service bus connectors whereas the issue was not reproduced with the azure service bus connectors

    99151-image.png

    I have reached out to my team for their input. The suggestion is not to use logic app preview service for your production workload until it is not GA.

    Update 5/26:

    Product Team rolled out a Hotfix in two workstreams for Nuget and non-Nuget Logic App resources which have addressed this issue. To fully mitigate the issue customers are advised to follow the steps below:

    Not Nuget-based Logic App:
    If the logic app (preview) resource is not nuget-based, please add OR update below mentioned application settings in the 'Configuration' Tab of your logic app in the azure portal and click 'Save' button.

    • AzureFunctionsJobHost__extensionBundle__id = Microsoft.Azure.Functions.ExtensionBundle.Workflows
    • AzureFunctionsJobHost__extensionBundle__version = [1.1.16, 2.0.0)

    NuGet-based Logic App:
    If your logic app preview is nuget-based, rebuilding locally should fix the issue. Alternatively use the latest nuget package containing the fix at https://www.nuget.org/packages/Microsoft.Azure.Workflows.WebJobs.Extension/1.1.2 . If you have already deployed the logic app to azure, redeploy after rebuilding the logic app project locally.

    Product Team are working on a permanent fix to ensure no action is needed from the users if they experience this issue again. Stay informed about Azure service issues by creating custom service health alerts: https://aka.ms/ash-videos for video tutorials and https://aka.ms/ash-alerts for how-to documentation.


1 additional answer

Sort by: Most helpful
  1. Andrew Choi 1 Reputation point
    2022-01-25T13:03:06.703+00:00

    I have this error and workflow is not loaded. every workflow only show the loading image.
    The 'ListCallbackUrl' API is not supported by triggers of type 'ServiceProvider'.