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 a25cf78 commit 38329a9Copy full SHA for 38329a9
README.md
@@ -76,7 +76,7 @@ $Env:ConnectionStrings__DefaultConnection="<your-connection-string>"
76
Your connection string is something like:
77
78
```text
79
-DRIVER={ODBC Driver 17 for SQL Server};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