Skip to content

Commit a62305f

Browse files
Update azure-sql/database/azure-sql-python-quickstart.md
Co-authored-by: Van To <40007119+VanMSFT@users.noreply.github.com>
1 parent de15118 commit a62305f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/database/azure-sql-python-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ AZURE_SQL_CONNECTIONSTRING=Server=<database-server-name>.database.windows.net;Da
121121

122122
## [SQL Authentication](#tab/sql-auth)
123123

124-
You can directly authenticate to a SQL Server instance using a username and password.
124+
You can authenticate directly to a SQL Server instance using a username and password.
125125

126126
```text
127127
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

Comments
 (0)