Skip to content

Commit 4570f05

Browse files
Fix link warnings.
1 parent 2020530 commit 4570f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/postgresql/quickstart-create-server-database-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pgAdmin is an open-source tool used with PostgreSQL. You can install pgAdmin fro
180180
Username | Server admin login name | The server admin login username that you supplied when you created the Azure Database for PostgreSQL server earlier. If you don't remember the username, follow the steps in the previous section to get the connection information. The format is *username\@servername*.
181181
Password | Your admin password | The password you chose when you created the server earlier in this Quickstart.
182182
Role | Leave blank | There's no need to provide a role name at this point. Leave the field blank.
183-
SSL mode | *Require* | You can set the TLS/SSL mode in pgAdmin's SSL tab. By default, all Azure Database for PostgreSQL servers are created with TLS enforcing turned on. To turn off TLS enforcing, see [Configure Enforcement of TLS](./concepts-ssl-connection-security.md#configure-enforcement-of-ssl).
183+
SSL mode | *Require* | You can set the TLS/SSL mode in pgAdmin's SSL tab. By default, all Azure Database for PostgreSQL servers are created with TLS enforcing turned on. To turn off TLS enforcing, see [Configure Enforcement of TLS](./concepts-ssl-connection-security.md#configure-enforcement-of-tls).
184184

185185
5. Select **Save**.
186186

articles/postgresql/quickstart-create-server-database-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pgAdmin is an open-source tool used with PostgreSQL. You can install pgAdmin fro
173173
Username | Server admin login name | The server admin login username that you supplied when you created the Azure Database for PostgreSQL server earlier. If you don't remember the username, follow the steps in the previous section to get the connection information. The format is *username\@servername*.
174174
Password | Your admin password | The password you chose when you created the server earlier in this Quickstart.
175175
Role | Leave blank | There's no need to provide a role name at this point. Leave the field blank.
176-
SSL mode | *Require* | You can set the TLS/SSL mode in pgAdmin's SSL tab. By default, all Azure Database for PostgreSQL servers are created with TLS enforcing turned on. To turn off TLS enforcing, see [Configure Enforcement of TLS](./concepts-ssl-connection-security.md#configure-enforcement-of-ssl).
176+
SSL mode | *Require* | You can set the TLS/SSL mode in pgAdmin's SSL tab. By default, all Azure Database for PostgreSQL servers are created with TLS enforcing turned on. To turn off TLS enforcing, see [Configure Enforcement of TLS](./concepts-ssl-connection-security.md#configure-enforcement-of-tls).
177177

178178
5. Select **Save**.
179179

0 commit comments

Comments
 (0)