Merge pull request #1567 from ADefWebserver/dev
Removes writing database connection string to appsettings.json in AzureDeploy.json
This commit is contained in:
		| @ -166,4 +166,3 @@ Admin dashboard for accessing the various administrative features of the framewo | ||||
| Responsive design mobile view: | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| @ -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" | ||||
|             } | ||||
|           } | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker