AzSDK.Test/TestCases/SVT/DataFactory/TestData/DataFactoryStorageLinkedService.json

{
    "name": "LinkedService-AzureStorage",
    "properties": {
        "type": "AzureStorage",
        "typeProperties": {
            "connectionString": "DefaultEndpointsProtocol=https;AccountName=azsdkteststorage;AccountKey=;"
        }
    }
}