Adding linkedService: AzureKeyVault1
This commit is contained in:
parent
a364737a99
commit
bf5c6839fd
15
Code/DataFactory/linkedService/AzureKeyVault1.json
Normal file
15
Code/DataFactory/linkedService/AzureKeyVault1.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "AzureKeyVault1",
|
||||||
|
"properties": {
|
||||||
|
"parameters": {
|
||||||
|
"Test": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"annotations": [],
|
||||||
|
"type": "AzureKeyVault",
|
||||||
|
"typeProperties": {
|
||||||
|
"baseUrl": "@{linkedService().Test}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user