You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/use-pod-identity-mid/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,12 +214,15 @@ Execute the steps below to deploy the Claims Web API application on AKS.
214
214
1. Modify the Claims Web API application configuration file.
215
215
216
216
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`).
217
219
218
220
```bash
219
221
# 'appsettings.json' file contents
222
+
# Note: Substitute correct value for Azure SQL server name ('sqldbserver') in the connection string below.
0 commit comments