Standard Logic App - Failed to create connection for connection id '/appSettings/FileSystem'. The parameter 'Type' has an invalid value. Details: File Share storage mounts are only supported in App Service Environments..

Shawn 91 Reputation points
2023-01-31T22:05:13.0366667+00:00

Hi,

When I am trying to create a connection for the file system, I see the following error.

"Failed to create connection for connection id '/appSettings/FileSystem'. The parameter 'Type' has an invalid value. Details: File Share storage mounts are only supported in App Service Environments.."

User's image

What do I need to do to solve it?

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

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 18,191 Reputation points Microsoft Employee
    2023-02-03T04:23:59.9166667+00:00

    @Shawn Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Based on the shared information, looks like you are trying to create a connection file system using built-in connector as mentioned in the error message that file system built-in connector is supported only for App Service Environment v3 with Windows plans only.

    Please make sure that your app service is under the windows plan and supported for logic app pricing tier: Usage metering, billing, and pricing - Azure Logic Apps | Microsoft Learn

    You can connect to the on-prem file share which are in same virtual network directly without using on-prem gateway which is explained in this documentation here as well.