I’ve received session messages from the Service bus topic subscription using SB trigger: When a message is received in a topic subscription (peek-lock). Which doesn’t delete the messages after processing. To delete the message from the topic subscription I’m using a connector: “Complete the message” with message-id. However, it gives me an 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.’.”
}
I am looking forward to any suggestions to fix the issue.
Thanks,
Deepak