The 'ListCallbackUrl' API is not supported by triggers of type 'ServiceProvider' when logic apps trigger run

Diapk Nirval 21 Reputation points
2022-06-21T11:04:31.803+00:00

Hi, I have added a blob storage trigger when file is upload and modified and action is Http rest call in logic app workflow.

the problem is that once the file is uploaded in blob storage, automation trigger will fired and executed but below error is given by logic app trigger.

{\"error\":{\"code\":\"ApiNotSupported\",\"message\":\"The 'ListCallbackUrl' API is not supported by triggers of type 'ServiceProvider'.\"}}

Can any one help me on this case or issue?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,721 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,448 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,870 questions
{count} votes

Accepted answer
  1. Kamlesh Kumar 3,861 Reputation points
    2022-06-22T10:50:39.193+00:00

    Thanks @Diapk Nirval for the detailed information.

    You can use Consumption Logicapp for this and there it should work.

    For standard LA, Yes so this error comes when you use the Trigger Type other than Request, In that case Workflow URL will not generate and in activity log this you see the error event with operation "
    Get Web Apps Hostruntime Workflow Trigger Uri". I have highlighted in the below screenshot, But I feel this doesn't stop the process in LogicApp.

    213865-image.png

    213785-image.png

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. NehaRastogi 5 Reputation points
    2023-08-21T10:10:52.8166667+00:00

    How to make this to work in 'Standard' logic app? I am using 'Recurrence' trigger and getting same error.

    0 comments No comments