Adding linkedService: AzureSqlDatabase1
This commit is contained in:
18
Code/DataFactory/linkedService/AzureSqlDatabase1.json
Normal file
18
Code/DataFactory/linkedService/AzureSqlDatabase1.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user