Skip to content

Commit e9fdb84

Browse files
Merge pull request #288193 from sethmanheim/anh-ropc
ROPC issue fixed
2 parents d851bb8 + a7f5178 commit e9fdb84

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/notification-hubs/uwp-react.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,7 @@ Create a notification hub in the Azure portal as follows:
379379

380380
### Configure backend
381381

382-
To configure the app backend, locate the **/NotificationHub.Sample.API/appsettings.json** file and configure the SQL Server connection string:
383-
384-
```json
385-
"ConnectionStrings": {
386-
"SQLServerConnectionString": "Server=tcp:<SERVER_NAME>,1433;Initial Catalog=<DB_NAME>;Persist Security Info=False;User ID=<DB_USER_NAME>;Password=<PASSWORD>;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
387-
},
388-
```
389-
390-
Replace `<SERVER_NAME>` with the name of your SQL server, `<DB_NAME>` with your deployed database URL, `<DB_USER_NAME>` with configured username, and `<PASSWORD>` with the configured password.
382+
To configure the app backend, locate the **/NotificationHub.Sample.API/appsettings.json** file and configure the SQL Server connection string.
391383

392384
You can run the API solution locally or on any IIS server, or deploy it as an Azure Web App Service. Keep the URL of the API handy.
393385

0 commit comments

Comments
 (0)