Adding linkedService: GenericKeys

This commit is contained in:
Paul Andrew 2022-02-22 10:40:19 +00:00
parent 4114355f08
commit 590fca7d2d

View File

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