diff --git a/README.md b/README.md index 26b7c33c..f8a4f15d 100644 --- a/README.md +++ b/README.md @@ -166,4 +166,3 @@ Admin dashboard for accessing the various administrative features of the framewo Responsive design mobile view: ![Mobile View](https://github.com/oqtane/framework/blob/master/screenshots/screenshot7.png?raw=true "Mobile View") - 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" - } - } } ] }