Deleting linkedService: AzureSqlDatabase1

This commit is contained in:
Paul Andrew 2022-02-22 10:47:44 +00:00
parent 64fd3b8f89
commit 162463a963

View File

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