Azure Data Factory Linked Service File System does not exist?

Hey guys,

I’m trying to create an Azure Data Factory Linked Service of the type “File System”. I can’t seem to find this in the documentation. Any tips? Here’s what the JSON looks like if you create it manually:

{
    "name": "ls_filesystem",
    "type": "Microsoft.DataFactory/factories/linkedservices",
    "properties": {
        "annotations": [ ],
        "type": "FileServer",
        "typeProperties": {
            "host": "XXX",
            "userId": "XXX",
            "connectVia": {
                "referenceName": "xxxRefNamexxx",
                "type": "IntegrationRuntimeReference"
            },
            "encryptedCredential": "xxx"
        }
    }
}

Any help would be greatly appreciated :slight_smile:

Best,
Sam