diff --git a/Code/DataFactory/linkedService/GenericKeys.json b/Code/DataFactory/linkedService/GenericKeys.json new file mode 100644 index 0000000..90af322 --- /dev/null +++ b/Code/DataFactory/linkedService/GenericKeys.json @@ -0,0 +1,15 @@ +{ + "name": "GenericKeys", + "properties": { + "type": "AzureKeyVault", + "parameters": { + "baseUrl": { + "type": "String" + } + }, + "annotations": [], + "typeProperties": { + "baseUrl": "@{linkedService().baseUrl}" + } + } +} \ No newline at end of file