From 9e4798b8b46496975289232f022389d4b3f7cb95 Mon Sep 17 00:00:00 2001 From: Christian Vorhemus Date: Tue, 10 Mar 2020 14:27:37 +0100 Subject: [PATCH] Adopt ARM template --- pipeline/infrastructure/azuredeploy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipeline/infrastructure/azuredeploy.json b/pipeline/infrastructure/azuredeploy.json index 4d37412..91442ad 100644 --- a/pipeline/infrastructure/azuredeploy.json +++ b/pipeline/infrastructure/azuredeploy.json @@ -293,7 +293,8 @@ "[resourceId('Microsoft.Web/Sites', variables('functionName'))]", "[resourceId('microsoft.insights/components', variables('insightsComponent'))]", "[resourceId('Microsoft.Web/sites/sourcecontrols/', variables('functionName'), 'web')]", - "[resourceId('Microsoft.Web/sites/host/functionKeys', variables('functionName'), 'default', 'internal')]" + "[resourceId('Microsoft.Web/sites/host/functionKeys', variables('functionName'), 'default', 'internal')]", + "[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('databaseName'))]" ], "properties": { "FunctionHostKey": {