adhoc/issue-183/linkedservice/sql_ls_amie_amhdb.json

{
    "name": "sql_ls_xxxx_amhdb",
    "type": "Microsoft.DataFactory/factories/linkedservices",
    "properties": {
        "annotations": [],
        "type": "SqlServer",
        "typeProperties": {
            "connectionString": {
                "type": "AzureKeyVaultSecret",
                "store": {
                    "referenceName": "akv_ls_amnoneshd",
                    "type": "LinkedServiceReference"
                },
                "secretName": "xxxdb-sqlconnection-adf"
            }
        },
        "connectVia": {
            "referenceName": "intRunTimexxxOneAmieDev",
            "type": "IntegrationRuntimeReference"
        }
    }
}