Skip to content

Commit 879cdda

Browse files
committed
added release connection string note.
1 parent 1801560 commit 879cdda

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en/Setting-Up-an-Azure-Pipeline-Mvc-Core.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ After creating the **Web App service**, you can find the information related to
4040
## Configuring ASP.NET Zero Project Settings
4141

4242

43-
It is necessary to replace the `ConnectionString` values in your project with the **SQL Server** information created in the **Azure portal**. The `ConnectionString` is located in the `appsettings.json` file. You can change it as follows
43+
It is necessary to replace the `"ConnectionString"` values in your project with the **SQL Server** information created in the **Azure portal**. The `"ConnectionString"` is located in the `appsettings.json` file. You can change it as follows.
44+
45+
If there is a `"ConnectionStrings"` information in `appsettings.Production.json` while in the release environment, this information is used.
4446

4547
```json
4648
"ConnectionStrings": {

0 commit comments

Comments
 (0)