Skip to content

Commit de15118

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

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
@@ -113,7 +113,7 @@ AZURE_SQL_CONNECTIONSTRING=Server=<database-server-name>.database.windows.net;Da
113113
114114
## [Interactive Authentication](#tab/sql-inter)
115115

116-
In Windows, Microsoft Entra Interactive Authentication can use Microsoft Entra multifactor authentication technology to set up connection. In this mode, an Azure Authentication dialog is triggered and allows the user to input credentials to complete the connection.
116+
In Windows, Microsoft Entra Interactive Authentication can use Microsoft Entra multifactor authentication technology to set up a connection. In this mode, an Azure Authentication dialog appears and lets you enter your credentials to complete the connection.
117117

118118
```text
119119
AZURE_SQL_CONNECTIONSTRING=Server=<database-server-name>.database.windows.net;Database=<database-name>;Authentication=ActiveDirectoryInteractive;Encrypt=yes;TrustServerCertificate=no;

0 commit comments

Comments
 (0)