We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de15118 commit a62305fCopy full SHA for a62305f
1 file changed
azure-sql/database/azure-sql-python-quickstart.md
@@ -121,7 +121,7 @@ AZURE_SQL_CONNECTIONSTRING=Server=<database-server-name>.database.windows.net;Da
121
122
## [SQL Authentication](#tab/sql-auth)
123
124
-You can directly authenticate to a SQL Server instance using a username and password.
+You can authenticate directly to a SQL Server instance using a username and password.
125
126
```text
127
AZURE_SQL_CONNECTIONSTRING=Server=<database-server-name>.database.windows.net;Database=<database-name>;UID=<user-name>;PWD=<user-password>;Encrypt=yes;TrustServerCertificate=no;
0 commit comments