How to allow access for Azure Synapse pipeline to connect to logic app which has public access disabled with Vnet, NSG and user defined route configuration enabled

Nandini S (Nokia) 20 Reputation points
2024-03-26T14:01:38.6733333+00:00

Hi,

I need to call logic app through web activity from a synapse pipeline, get the error as "The web app you have attempted to reach has blocked your access".

The synapse workspace has managed virtual network configured and the logic app has public access disabled and has Virtual network,NSG and user defined route enabled.

I am new to this networking configuration. Kindly help me how I need to configure in synapse workspace or logic app to make my pipeline run successfully. Thanks in advance !

Error code:

"errorCode": "2108", "message": "<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <title>Web App - Unavailable</title>\r\n <style type="text/css">\r\n

Error 403 - Forbidden</h1>\r\n <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>\r\n </div>\r\n </div>\r\n</body>\r\n</html>\r\n",

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 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,142 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,370 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 4,825 Reputation points
    2024-03-26T14:44:07.4733333+00:00

    Hi

    Welcome to the Microsoft Q&A platform.

    Unfortunately, there is no Azure Synapse connector available to call from logic apps.

    For more details, refer to List of all Logic Apps connectors.

    Alternative option: You can run Azure Synapse Analytics Pipelines using REST API.

    For more details, refer to How to start Synapse Pipeline from Rest API.

    Hope this will help. Please let us know if any further queries.


    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how