Skip to content

Commit

Permalink
Adding linkedService: AzureDataExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 24, 2024
1 parent b317dc7 commit 368a6d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions code/datafactory/linkedService/AzureDataExplorer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "AzureDataExplorer",
"properties": {
"description": "Azure Data Explorer",
"parameters": {
"databaseName": {
"type": "string",
"defaultValue": "operationaldb"
}
},
"annotations": [],
"type": "AzureDataExplorer",
"typeProperties": {
"endpoint": "https://sc4-dev-kusto001.germanywestcentral.kusto.windows.net",
"database": "@linkedService().databaseName"
}
}
}

0 comments on commit 368a6d0

Please sign in to comment.