Adding linkedService: AzureSqlDatabase1

This commit is contained in:
Paul Andrew 2022-02-22 10:45:49 +00:00
parent 4e54af8764
commit 64fd3b8f89

View File

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