We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f1e5a commit b4efce9Copy full SHA for b4efce9
README.md
@@ -76,7 +76,7 @@ $Env:ConnectionStrings__DefaultConnection="<your-connection-string>"
76
Your connection string is something like:
77
78
```text
79
-SERVER=<your-server-name>.database.windows.net;DATABASE=<your-database-name>;UID=DotNetWebApp;PWD=a987REALLY#$%TRONGpa44w0rd
+SERVER=<your-server-name>.database.windows.net;DATABASE=<your-database-name>;UID=DotNetWebApp;PWD=a987REALLY#$%TRONGpa44w0rd!
80
```
81
82
Just replace `<your-server-name>` and `<your-database-name>` with the correct values for your environment.
0 commit comments