Share via

net tcp wcf service access from logic app standard

ujjwalDev 46 Reputation points
2021-08-12T11:58:36.557+00:00

Hi,

As the new logic apps standard is based on functions runtime. Is it possible to access a net tcp wcf service hosted onprem from a logic app standard deployed in a vnet connected internal app plan.
I am able to access the net tcp wcf service from within a function app deployed on the internal vnet connected plan.

Regards,
Ujjwal

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 5,141 Reputation points
    2021-08-12T19:59:45.14+00:00

    @ujjwalDev

    Here's how I understand the situation. You have a vnet on-premises linked to a vnet in Azure network traffic can flow between them. You have an app inside the on-premises vnet that you want to talk to Logic App contained in the Azure vnet.

    The answer is that yes, this is possible with the new plan. Inbound traffic (wcf->logic app) is handled by a private endpoint and vnet integration is used for outbound traffic (logic app -> wcf)

    You can read the instructions for how to set this up here: https://learn.microsoft.com/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint

    Was this answer helpful?


Your answer

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