Skip to content

Commit 333f4de

Browse files
committed
Updating the doc for the new feaures added
1 parent e7df700 commit 333f4de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/postgresql/howto-tls-configurations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ ms.topic: conceptual
88
ms.date: 03/10/2020
99
---
1010

11-
# Configuring TLS settings in Azure Database for PostgreSQL Single server using Azure portal
11+
# Configuring TLS settings in Azure Database for PostgreSQL - Single server using Azure portal
1212

13-
This article describes how you can configure an Azure Database for PostgreSQL Single server to enforce a minimum TLS version for all incoming connections which helps improve the network security.
13+
This article describes how you can configure an Azure Database for PostgreSQL - Single server to enforce a minimum TLS version for all incoming connections which helps improve the network security.
1414

15-
Security conscious customers now have the ability to enforce TLS version for connecting to their Azure Database for PostgreSQL Single server. Customers now have a choice to set the minimal TLS version for their database server. For example, setting this Minimum TLS version to 1.0 means you shall allow clients connecting using TLS 1.0, 1.1 and 1.2. Alternatively, setting this to TLS 1.2 means that you only allow client connections using TLS 1.2 and reject connections with TLS 1.0 and TLS 1.1.
15+
Security conscious customers now have the ability to enforce TLS version for connecting to their Azure Database for PostgreSQL - Single server. Customers now have a choice to set the minimal TLS version for their database server. For example, setting this Minimum TLS version to 1.0 means you shall allow clients connecting using TLS 1.0, 1.1 and 1.2. Alternatively, setting this to TLS 1.2 means that you only allow client connections using TLS 1.2 and reject connections with TLS 1.0 and TLS 1.1.
1616

1717
## Prerequisites
1818

1919
To complete this how-to guide, you need:
2020

2121
* An [Azure Database for PostgreSQL](quickstart-create-server-database-portal.md)
2222

23-
## Set TLS configurations for Azure Database for PostgreSQL Single server
23+
## Set TLS configurations for Azure Database for PostgreSQL - Single server
2424

2525
Follow these steps to set PostgreSQL Single server minimum TLS version:
2626

27-
* In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for PostgreSQL Single server.
27+
* In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for PostgreSQL - Single server.
2828

29-
* On the PostgreSQL Single server page, under **Settings** heading, click **Connection security** to open the connection security configuration page.
29+
* On the Azure Database for PostgreSQL - Single server page, under **Settings** heading, click **Connection security** to open the connection security configuration page.
3030

3131
* In the **Minimum TLS version**, select **1.2** to deny connections with TLS version less than TLS 1.2 for your PostgreSQL Single server.
3232

33-
![Azure Database for PostgreSQL Single server TLS configuration](./media/howto-tls-configurations/setting-tls-value.png)
33+
![Azure Database for PostgreSQL Single - server TLS configuration](./media/howto-tls-configurations/setting-tls-value.png)
3434

3535
* Click **Save** to save the changes.
3636

3737
* A notification will confirm that connection security setting was successfully enabled.
3838

39-
![Azure Database for PostgreSQL Single server TLS configuration success](./media/howto-tls-configurations/setting-tls-value-success.png)
39+
![Azure Database for PostgreSQL - Single server TLS configuration success](./media/howto-tls-configurations/setting-tls-value-success.png)
4040

4141
## Next steps
4242

0 commit comments

Comments
 (0)