Skip to content

Commit 67c4bb1

Browse files
committed
Updated Readme doc
1 parent bfb6137 commit 67c4bb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extensions/use-pod-identity-mid/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,15 @@ Execute the steps below to deploy the Claims Web API application on AKS.
214214
1. Modify the Claims Web API application configuration file.
215215

216216
Copy `./appsettings.json` file to the project root (**parent**) directory. View the contents of this application configuration file and you will notice that the Azure SQL Connection String (**SqlServerDb**) doesn't have the DB username or password. See below.
217+
218+
>**NOTE**: In the `./appsettings.json` file, remember to substitute correct value for **Azure SQL Server** name in the connection string (`SqlServerDb`).
217219
218220
```bash
219221
# 'appsettings.json' file contents
222+
# Note: Substitute correct value for Azure SQL server name ('sqldbserver') in the connection string below.
220223
#
221224
"ConnectionStrings": {
222-
"SqlServerDb": "Server=tcp:claimsdb.database.windows.net,1433;Database=ClaimsDB;"
225+
"SqlServerDb": "Server=tcp:sqldbserver.database.windows.net,1433;Database=ClaimsDB;"
223226
}
224227
#
225228
```

0 commit comments

Comments
 (0)