Skip to content

Commit 9eb6961

Browse files
committed
fix table space
1 parent 519a184 commit 9eb6961

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

articles/service-connector/how-to-integrate-postgres.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
199199
| `AZURE_POSTGRESQL_CONNECTIONSTRING` | Ruby PostgreSQL connection string | `host=<your-postgres-server-name>.postgres.database.azure.com port=5432 dbname=<database-name> sslmode=require user=<username> ` |
200200

201201
#### [Other](#tab/none)
202+
202203
| Default environment variable name | Description | Example value |
203204
| --------------------------------- | ----------------- | -------------------------------------------------------- |
204205
| `AZURE_POSTGRESQL_HOST` | Database host URL | `<PostgreSQL-server-name>.postgres.database.azure.com` |
@@ -207,6 +208,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
207208
| `AZURE_POSTGRESQL_PORT` | Port number | `5432` |
208209
| `AZURE_POSTGRESQL_SSL` | SSL option | `true` |
209210
| `AZURE_POSTGRESQL_CLIENTID` | Your client ID | `<identity-client-ID>`|
211+
210212
---
211213

212214
#### Sample code
@@ -281,6 +283,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
281283
| `AZURE_POSTGRESQL_CONNECTIONSTRING` | Ruby PostgreSQL connection string | `host=<your-postgres-server-name>.postgres.database.azure.com port=5432 dbname=<database-name> sslmode=require user=<username> password=<password>` |
282284

283285
#### [Other](#tab/none)
286+
284287
| Default environment variable name | Description | Example value |
285288
| --------------------------------- | ----------------- | -------------------------------------------------------- |
286289
| `AZURE_POSTGRESQL_HOST` | Database host URL | `<PostgreSQL-server-name>.postgres.database.azure.com` |
@@ -289,6 +292,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
289292
| `AZURE_POSTGRESQL_PORT` | Port number | `5432` |
290293
| `AZURE_POSTGRESQL_SSL` | SSL option | `true` |
291294
| `AZURE_POSTGRESQL_PASSWORD` | Database password | `<password>`|
295+
292296
---
293297

294298
#### Sample code
@@ -388,16 +392,17 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
388392
| `AZURE_POSTGRESQL_CONNECTIONSTRING` | Ruby PostgreSQL connection string | `host=<your-postgres-server-name>.postgres.database.azure.com port=5432 dbname=<database-name> sslmode=require user=<username>` |
389393

390394
#### [Other](#tab/none)
395+
391396
| Default environment variable name | Description | Example value |
392397
| --------------------------------- | ----------------- | -------------------------------------------------------- |
393398
| `AZURE_POSTGRESQL_HOST` | Database host URL | `<PostgreSQL-server-name>.postgres.database.azure.com` |
394399
| `AZURE_POSTGRESQL_USERNAME` | Database username | `<username>` |
395400
| `AZURE_POSTGRESQL_DATABASE` | Database name | `<database-name>` |
396401
| `AZURE_POSTGRESQL_PORT` | Port number | `5432` |
397402
| `AZURE_POSTGRESQL_SSL` | SSL option | `true` |
398-
| `AZURE_POSTGRESQL_CLIENTID` | Your client ID | `<identity-client-ID>`|
399-
| `AZURE_POSTGRESQL_CLIENTSECRET` | Your client secret | `<client-secret>` |
400-
| `AZURE_POSTGRESQL_TENANTID` | Your tenant ID | `<tenant-ID>` |
403+
| `AZURE_POSTGRESQL_CLIENTID` | Your client ID | `<identity-client-ID>`|
404+
| `AZURE_POSTGRESQL_CLIENTSECRET` | Your client secret | `<client-secret>` |
405+
| `AZURE_POSTGRESQL_TENANTID` | Your tenant ID | `<tenant-ID>` |
401406

402407
---
403408

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,15 @@ Use the connection details below to connect compute services to Azure SQL Databa
8686
> | `AZURE_SQL_AUTHENTICATIONTYPE` | Azure SQL Database authentication type | `azure-active-directory-default` |
8787
8888
#### [Other](#tab/sql-me-id-none)
89+
8990
> [!div class="mx-tdBreakAll"]
9091
> | Default environment variable name | Description | Sample value |
9192
> |-----------------------------------|----------------------------------------|-------------------------------------|
9293
> | `AZURE_SQL_HOST` | Azure SQL Database server | `<sql-server>.database.windows.net` |
9394
> | `AZURE_SQL_PORT` | Azure SQL Database port | `1433` |
9495
> | `AZURE_SQL_DATABASE` | Azure SQL Database database | `<sql-database>` |
9596
> | `AZURE_SQL_AUTHENTICATION` | Azure SQL Database authentication type | `azure-active-directory-default` |
97+
9698
---
9799

98100
#### Sample code
@@ -147,6 +149,7 @@ Refer to the steps and code below to connect to Azure SQL Database using a syste
147149
> | `AZURE_SQL_CLIENTID` | Azure SQL Database client ID | `<identity-client-ID>` |
148150
149151
#### [Other](#tab/sql-me-id-none)
152+
150153
> [!div class="mx-tdBreakAll"]
151154
> | Default environment variable name | Description | Sample value |
152155
> |-----------------------------------|----------------------------------------|-------------------------------------|
@@ -252,6 +255,7 @@ Refer to the steps and code below to connect to Azure SQL Database using a user-
252255
> | `AZURE_SQL_PASSWORD` | Azure SQL Database password | `<sql-password>` |
253256
254257
#### [Other](#tab/sql-secret-none)
258+
255259
> [!div class="mx-tdBreakAll"]
256260
> | Default environment variable name | Description | Sample value |
257261
> |-----------------------------------|-----------------------------|-------------------------------------|
@@ -326,6 +330,7 @@ Refer to the steps and code below to connect to Azure SQL Database using a conne
326330
> | `AZURE_SQL_TENANTID` | Azure SQL Database Tenant ID | `<your Tenant ID>` |
327331
328332
#### [Other](#tab/sql-me-id-none)
333+
329334
> [!div class="mx-tdBreakAll"]
330335
> | Default environment variable name | Description | Sample value |
331336
> |-----------------------------------|----------------------------------------|-------------------------------------|

0 commit comments

Comments
 (0)