@Shawn Thanks for reaching here! It seems like you are facing an issue with the built-in connector file system create connection mount path. This error message usually occurs when the Logic App does not have the required permissions to access the specified file path. To resolve this issue, you can try the following steps:
- Check if the file path you are trying to access is correct and exists.
- Make sure that the account used to run the Logic App has the required permissions to access the file path.
- Check if the file path is accessible from the network where the Logic App is running.
- If you are using an on-premises data gateway, make sure that it is installed and configured correctly.
Further you may want to know that the File System connector uses the App Service BYOS feature to mount the file share to a specific path. So, when a new connection is created, designer updates the config to mount the file share to C:\mounts<connection-id> and the mount path is then written to connections.json.
The Logic Apps runtime only uses this mount path for any of the action/trigger executions.
However please note that a connection created successfully still doesn’t guarantee that the mount was successful. Due to networking constraints of the file share/logic apps, the file share might still not be accessible from Logic Apps.
Suggest you to check if the mount path exists from the file system through the Kudu console to ensure that the connection properly works. Please refer to below articles would be helpful: Using File system connector in Logic Apps Standard Connect to on-premises file systems from workflows in Azure Logic Apps Please let us know if further query or issue remains.