diff --git a/Solutions/TestSolution/Data/Solution_TestSolution.json b/Solutions/TestSolution/Data/Solution_TestSolution.json index eb8ed37f67..24d0ebcddd 100644 --- a/Solutions/TestSolution/Data/Solution_TestSolution.json +++ b/Solutions/TestSolution/Data/Solution_TestSolution.json @@ -4,7 +4,7 @@ "Logo": "", "Description": "", "Data Connectors": [ - + "Data Connectors/TestSolution_API_FunctionApp.json" ], "Workbooks": [ "Workbooks/TestSolutionAlertOverview.json" diff --git a/Solutions/TestSolution/Playbooks/azuredeploy.json b/Solutions/TestSolution/Playbooks/azuredeploy.json index e69de29bb2..67132f0cbd 100644 --- a/Solutions/TestSolution/Playbooks/azuredeploy.json +++ b/Solutions/TestSolution/Playbooks/azuredeploy.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "metadata": { + "author": { + "name": "" + }, + "description": "", + "entities": [], + "lastUpdateTime": "2024-09-20T00:00:00.000Z", + "postDeployment": [ + "" + ], + "prerequisites": [ + "" + ] +} \ No newline at end of file