Skip to content

Commit 21d1593

Browse files
Merge pull request #273816 from wchigit/fix-doc
Fix sample code doc
2 parents 392bcb3 + e93b751 commit 21d1593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/how-to-integrate-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Refer to the steps and code below to connect to Azure SQL Database using a conne
288288
> | `AZURE_SQL_CLIENTID` | Your client ID | `<client-ID>` |
289289
> | `AZURE_SQL_CLIENTSECRET` | Your client secret | `<client-secret>` |
290290
> | `AZURE_SQL_TENANTID` | Your tenant ID | `<tenant-ID>` |
291-
> | `AZURE_SQL_CONNECTIONSTRING` | Azure SQL Database connection string | `Data Source=<sql-server>.database.windows.net,1433;Initial Catalog=<sql-database>;User ID=a30eeedc-e75f-4301-b1a9-56e81e0ce99c;Password=asdfghwerty;Authentication=ActiveDirectoryServicePrincipal` |
291+
> | `AZURE_SQL_CONNECTIONSTRING` | Azure SQL Database connection string | `Data Source=<sql-server>.database.windows.net,1433;Initial Catalog=<sql-database>;User ID=<client-Id>;Password=<client-secret>;Authentication=ActiveDirectoryServicePrincipal` |
292292
293293
#### [Java](#tab/sql-me-id-java)
294294

0 commit comments

Comments
 (0)