Adding linkedService: AzureSqlDatabase1
This commit is contained in:
parent
4e54af8764
commit
64fd3b8f89
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"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user