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