50 lines
997 B
JSON
50 lines
997 B
JSON
{
|
|
"name": "AnyDatabaseTableAnyKeyVault",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "AnyDatabaseConnectionFromAnyKeyVault",
|
|
"type": "LinkedServiceReference",
|
|
"parameters": {
|
|
"KeyVaultURL": {
|
|
"value": "@dataset().KeyVaultURL",
|
|
"type": "Expression"
|
|
},
|
|
"KeyVaultSecretName": {
|
|
"value": "@dataset().LinkedServiceConnectionSecret",
|
|
"type": "Expression"
|
|
}
|
|
}
|
|
},
|
|
"parameters": {
|
|
"LinkedServiceConnectionSecret": {
|
|
"type": "string"
|
|
},
|
|
"SchemaName": {
|
|
"type": "string"
|
|
},
|
|
"TableName": {
|
|
"type": "string"
|
|
},
|
|
"KeyVaultURL": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "SQLDB"
|
|
},
|
|
"annotations": [],
|
|
"type": "AzureSqlTable",
|
|
"schema": [],
|
|
"typeProperties": {
|
|
"schema": {
|
|
"value": "@dataset().SchemaName",
|
|
"type": "Expression"
|
|
},
|
|
"table": {
|
|
"value": "@dataset().TableName",
|
|
"type": "Expression"
|
|
}
|
|
}
|
|
},
|
|
"type": "Microsoft.DataFactory/factories/datasets"
|
|
} |