Skip to content

Commit 12bec75

Browse files
committed
remove comment
1 parent 4bfa853 commit 12bec75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ az sql server firewall-rule create --resource-group msdocs-core-sql --server <yo
198198
Next, update the name of the connection string in `appsettings.json` file to match the `AZURE_SQL_CONNECTION` name generated by the service connector. When the app is deployed to Azure, the `localdb` connection string value will be overridden by the connection string stored in Azure.
199199

200200
```json
201-
// This local connection will be overridden with an Azure connection string after deployment
202201
"ConnectionStrings": {
203202
"AZURE_SQL_CONNECTION": "Server=(localdb)\\mssqllocaldb;Trusted_Connection=True;MultipleActiveResultSets=true"
204203
}

0 commit comments

Comments
 (0)