From 3a58ed63e976dfa4571c3ae73f2ec4141cb1c518 Mon Sep 17 00:00:00 2001 From: ADefWebserver Date: Wed, 21 Jul 2021 06:14:42 -0700 Subject: [PATCH] Update azuredeploy.json https://github.com/oqtane/oqtane.framework/issues/1547 --- azuredeploy.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index 180ad5fb..07e1838c 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -177,20 +177,6 @@ "branch": "master", "IsManualIntegration": true } - }, - { - "apiVersion": "2018-02-01", - "type": "config", - "name": "connectionstrings", - "dependsOn": [ - "[resourceId('Microsoft.Web/sites', parameters('BlazorWebsiteName'))]" - ], - "properties": { - "DefaultConnection": { - "value": "[concat('Data Source=tcp:', reference(concat('Microsoft.Sql/servers/', parameters('sqlserverName'))).fullyQualifiedDomainName, ',1433;Initial Catalog=', parameters('databaseName'), ';User Id=', parameters('sqlAdministratorLogin'), '@', reference(concat('Microsoft.Sql/servers/', parameters('sqlserverName'))).fullyQualifiedDomainName, ';Password=', parameters('sqlAdministratorLoginPassword'), ';')]", - "type": "SQLAzure" - } - } } ] }