Skip to content

Commit

Permalink
Adding linkedService: AzureKeyVault
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 24, 2024
1 parent f860c42 commit d653750
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/datafactory/linkedService/AzureKeyVault.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "AzureKeyVault",
"properties": {
"description": "Azure Key Vault",
"annotations": [],
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": "https://sc4-dev-vault001.vault.azure.net/"
}
}
}

0 comments on commit d653750

Please sign in to comment.