18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "AzureSqlDatabase1",
|
|
"properties": {
|
|
"type": "AzureSqlDatabase",
|
|
"annotations": [],
|
|
"typeProperties": {
|
|
"connectionString": {
|
|
"type": "AzureKeyVaultSecret",
|
|
"store": {
|
|
"referenceName": "@{linkedService().KeyVaultName}",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"secretName": "ConnectionString-trainingdb01"
|
|
}
|
|
}
|
|
},
|
|
"type": "Microsoft.DataFactory/factories/linkedservices"
|
|
} |