Azure Standard Logic App Service bus Built-in connector - Complete message in Queue action got failed

Varaprasad Kola 31 Reputation points
2023-07-20T15:58:49.07+00:00

Hi Team,
In the Logic app standard workflow we are using built-in service bus connector with peek lock trigger. Read message and send message to the queue actions are working fine but
when we are completing the message in the queue in the logic app workflow we are getting below error.

Error :

{
  "code": "ServiceProviderActionFailed",
  "message": "The service provider action failed with error code 'VNetPrivatePortsNotConfigured' and error message 'Using this service provider action in stateful workflows requires VNet integration and the site configuration vnetPrivatePortsCount to be set to a value greater than or equal to 2.'."
}

Can you please someone help us with the issue.
Thank you
Varaprasad

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,158 questions
{count} votes

Accepted answer
  1. Abhijat Saxena 80 Reputation points
    2023-07-24T20:24:58.8866667+00:00

    Please enable "VNet Integration" in your logic app

    Refer - https://techcommunity.microsoft.com/t5/azure-integration-services-blog/enabling-service-bus-and-sap-built-in-connectors-for-stateful/ba-p/3820381

    We were facing similar issue with Complete Message & Dead letter message actions, it's resolved now.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.