Logic Apps Standard ASEv3 Virtual Network Setup Route Table and NSG for Azure Managed Connectors

Kritika Singh 1 Reputation point
2022-12-20T09:47:26.777+00:00

Hi,

When I am trying to use Azure Managed Connector inside Logic Apps Standard which is deployed on internal ILB ASEv3 with Vnet.
I have added rule for Service Tag AzureConnectors in ASEv3 Subnet inside VNET. In NSG, all traffic going to internet is routed through Virtual Appliance. But still when I try to use Azure Connector it is throwing error UnAuthorized.

For example, we have Service Bus Premium where we have restricted access to Selected Networks. Here, we have added the ASEv3 subnet to allow access to Service Bus. Also, I have created Private Endpoint which is indifferent subnet but in same Vnet.
Still, I am unable to connect to Service Bus from Logic Apps Standard.
Getting below error:

{
"status": 401,
"message": "40112: Ip has been prevented to connect to the endpoint.\r\n For more information see:\r\n Virtual Network service endpoints:\r\n E
},
"source": "servicebus-ne.azconn-ne-003.p.azurewebsites.net"
}

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
676 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,403 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,668 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,871 Reputation points
    2022-12-23T10:42:04.613+00:00

    @Kritika Singh Thanks for reaching out. The communication will be standard Logic App --> Service Bus (Azure) connector IP's --> service bus namespace. So, the service bus should allow the connector IP. You should whitelist the IPs of connector/tag.

    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.