Merge pull request #1567 from ADefWebserver/dev

Removes writing database connection string to appsettings.json in AzureDeploy.json
This commit is contained in:
Shaun Walker 2021-07-22 09:21:19 -04:00 committed by GitHub
commit c0254d0b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View File

@ -166,4 +166,3 @@ Admin dashboard for accessing the various administrative features of the framewo
Responsive design mobile view: Responsive design mobile view:
![Mobile View](https://github.com/oqtane/framework/blob/master/screenshots/screenshot7.png?raw=true "Mobile View") ![Mobile View](https://github.com/oqtane/framework/blob/master/screenshots/screenshot7.png?raw=true "Mobile View")

View File

@ -177,20 +177,6 @@
"branch": "master", "branch": "master",
"IsManualIntegration": true "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"
}
}
} }
] ]
} }