Skip to content

Commit 5a7ef09

Browse files
committed
add clarifying text
1 parent 2c058e9 commit 5a7ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If you receive the error `Client with IP address xxx.xxx.xxx.xxx is not allowed
221221

222222
## 6 - Deploy to the App Service
223223

224-
That we're able to create the schema in the database means that our .NET app can connect to the database successfully. We're now ready to deploy our .NET app to the App Service.
224+
That we're able to create the schema in the database means that our .NET app can connect to the Azure database successfully with the new connection string. Remember that the service connector already configured the `AZURE_SQL_CONNECTIONSTRING` connection string in our App Service app. We're now ready to deploy our .NET app to the App Service.
225225

226226
### [Deploy using Visual Studio](#tab/visualstudio-deploy)
227227

0 commit comments

Comments
 (0)