File System Connector In logic app standard( built-in connector)

Sangram Chaware 0 Reputation points
2025-01-03T14:43:41.27+00:00

Unable to use file system connector in standard logic app statefull workflow. Whenever I give connection details in file system connector, it get stuck at creating mode in VS Code

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

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-01-06T10:04:01.22+00:00

    Hi @Sangram Chaware ,

    Thanks for bringing your concern to us below is the information which might help you in resolving your concern.

    Below are the Prerequisites for both the Consumption and Standard Workflow: To connect to your file share, different requirements apply, based on your logic app and the hosting environment:

    Consumption logic app workflows in multi-tenant Azure Logic Apps, you need to meet the following requirements, if you haven't already:

    1. The File System managed connector requires that your gateway installation and file system server must exist in the same Windows domain. After you add a File System managed connector trigger or action to your workflow, select the data gateway resource that you previously created so you can connect to your file system.

    Standard logic app workflows You can use the File System built-in connector or managed connector. To use the File System managed connector, follow the same requirements as a Consumption logic app workflow in multi-tenant Azure Logic Apps.

    To use the File System built-in connector, your Standard logic app workflow must run in App Service Environment v3 but doesn't require the data gateway resource.

    And below are the limitations of Built-in connector:

    • For a new connection, the built-in connector expects a fully qualified domain name, unlike the managed connector, which uses the machine name in the root path.
    • The built-in connector supports up to 20 connections maximum for a Standard logic app resource and the built-in connector doesn't support duplicate connections, which have the same root folder path, with different credentials. Although connection creation succeeds, the new connection continues to use the credentials from the previous connection.

    Thankyou.

    0 comments No comments

  2. Sangram Chaware 0 Reputation points
    2025-01-06T14:36:53.3566667+00:00

    Hi @Shireesha Eeraboina (Quadrant Resource LLC)

    Thanks for you response. I resolved this issue by following below steps :
    **I am developing workflow in VS code and using built-in File System connector
    **
    Initially When I tried to create a connection using designer, it was getting stuck in creating mode find below screenshot for same

    User's image

    So I manually created a connection in connections.json file and used same when creating connection on designer and it started working.
    User's image

    User's image

    Seems File system connector is not able to update connections.json file when creating a connection from designer mode.



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.