Adding linkedService: AzureKeyVault1

This commit is contained in:
Paul Andrew 2022-02-22 10:42:52 +00:00
parent a364737a99
commit bf5c6839fd

View File

@ -0,0 +1,15 @@
{
"name": "AzureKeyVault1",
"properties": {
"parameters": {
"Test": {
"type": "string"
}
},
"annotations": [],
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": "@{linkedService().Test}"
}
}
}