Search code examples
azure-logic-appsazure-servicebus-queues

Logic app workflow failing with error "VNetPrivatePortNotConfigured"


I have configured stateful logic app workflow using service bus queue message(peek-lock) connector. After processing message, the "Complete" action failing to remove message from queue using MessageId and throwing exception as enter image description here

Tried to test after updating the below logic app configurations but in that case workflow itself was not triggering

enter image description here


Solution

  • It started working after changing the built-in "Complete Message" action connector to a managed action connector.