Skip to content

Commit 09f7f89

Browse files
committed
add table header
1 parent ad61507 commit 09f7f89

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@ Refer to the steps and code below to connect to Azure SQL Database using a conne
276276

277277
#### [.NET](#tab/dotnet)
278278

279-
[!div class="mx-tdBreakAll"]
280-
| Default environment variable name | Description | Example value |
281-
|-----------------------------------|-----------------------------------|---------------------------------------------------------|
282-
| `AZURE_SQL_CLIENTID` | Your client ID | `<client-ID>` |
283-
| `AZURE_SQL_CLIENTSECRET` | Your client secret | `<client-secret>` |
284-
| `AZURE_SQL_TENANTID` | Your tenant ID | `<tenant-ID>` |
285-
| `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` |
279+
> [!div class="mx-tdBreakAll"]
280+
> | Default environment variable name | Description | Example value |
281+
> |-----------------------------------|-----------------------------------|---------------------------------------------------------|
282+
> | `AZURE_SQL_CLIENTID` | Your client ID | `<client-ID>` |
283+
> | `AZURE_SQL_CLIENTSECRET` | Your client secret | `<client-secret>` |
284+
> | `AZURE_SQL_TENANTID` | Your tenant ID | `<tenant-ID>` |
285+
> | `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` |
286286
287287
#### [Java](#tab/java)
288288

0 commit comments

Comments
 (0)