is Containerization of Standard logic app using service bus built in connector supported or not

Dhanalakshmi Hariharan 61 Reputation points
2023-10-11T15:36:11.0933333+00:00

Hi

In Logicapp (standard), we were able to resolve the failure of Complete_Message and Dead-letter_the_message service bus actions by enabling Vnet Integration and setting the webapp configuration value vnetPrivatePortcount to 2, as suggested in the below blog. 
https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/enabling-service-bus-and-sap-built-in-connectors-for-stateful/ba-p/3820381

 But We have a requirement to containerize same standard logic app workflows which uses service bus built in connector . we were able to push the image and test, but Complete message action is failing with bad request error. As a solution suggested for Standard logic apps , we tried implementing the same solution for Container instance by adding vnet and subnet, apart from this we need to set vnetPrivatePortCount to 2 but this property is not available for the container instance. Any suggestions would be helpful.

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

Thanks

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,896 Reputation points
    2023-10-16T03:35:56.17+00:00

    @Anonymous Thanks for reaching out.

    As discussed here, I will share the update here.

    This feature is not yet supported on containers, there are plans to have this feature supported eventually but there is no ETA right now.

    Please "Accept Answer" if the answer is helpful so that it can help others in the community.

    0 comments No comments

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.