diff --git a/azuredeploy.json b/azuredeploy.json index a1070982..242acf6c 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -274,9 +274,9 @@ } ], "outputs": { - "databaseServer": { - "type": "string", - "value": "[variables('databaseFqdn')]" - } + "databaseServer": { + "type": "string", + "value": "[variables('databaseFqdn')]" + } } }