Skip to content

Commit 0c05363

Browse files
committed
Cosmetic changes
1 parent 8f7e444 commit 0c05363

6 files changed

+10
-4
lines changed

articles/mariadb/concepts-data-access-security-private-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ If you want to rely completely only on private endpoints for accessing their Azu
110110
When this setting is set to *YES*, only connections via private endpoints are allowed to your Azure Database for MariaDB. When this setting is set to *NO*, clients can connect to your Azure Database for MariaDB based on your firewall or VNet service endpoint settings. Additionally, once the value of the Private network access is set, you cannot add and/or update existing firewall and VNet service endpoint rules.
111111

112112
> [!Note]
113+
> This feature is available in all Azure regions where Azure Database for PostgreSQL - Single server supports General Purpose and Memory Optimized pricing tiers.
114+
>
113115
> This setting does not have any impact on the SSL and TLS configurations for your Azure Database for MariaDB.
114116
115117
To learn how to set the **Deny Public Network Access** for your Azure Database for MariaDB from Azure portal, refer to [How to configure Deny Public Network Access](howto-deny-public-network-access.md).

articles/mariadb/howto-configure-privatelink-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private Link - Azure cli - Azure Database for MariaDB
2+
title: Private Link - Azure CLI - Azure Database for MariaDB
33
description: Learn how to configure private link for Azure Database for MariaDB from Azure CLI
44
author: kummanish
55
ms.author: manishku

articles/mariadb/howto-configure-privatelink-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private Link - Azure CLI - Azure Database for MariaDB
2+
title: Private Link - Azure portal - Azure Database for MariaDB
33
description: Learn how to configure private link for Azure Database for MariaDB from Azure portal
44
author: kummanish
55
ms.author: manishku

articles/mysql/concepts-data-access-security-private-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ If you want to rely only on private endpoints for accessing their Azure Database
109109
When this setting is set to *YES*, only connections via private endpoints are allowed to your Azure Database for MySQL. When this setting is set to *NO*, clients can connect to your Azure Database for MySQL based on your firewall or VNet service endpoint settings. Additionally, once the value of the Private network access is set, you cannot add and/or update existing firewall and VNet service endpoint rules.
110110

111111
> [!Note]
112+
> This feature is available in all Azure regions where Azure Database for PostgreSQL - Single server supports General Purpose and Memory Optimized pricing tiers.
113+
>
112114
> This setting does not have any impact on the SSL and TLS configurations for your Azure Database for MySQL.
113115
114116
To learn how to set the **Deny Public Network Access** for your Azure Database for MySQL from Azure portal, refer to [How to configure Deny Public Network Access](howto-deny-public-network-access.md).

articles/postgresql/concepts-data-access-and-security-private-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ If you want to rely only on private endpoints for accessing their Azure Database
109109
When this setting is set to *YES* only connections via private endpoints are allowed to your Azure Database for PostgreSQL. When this setting is set to *NO* clients can connect to your Azure Database for PostgreSQL based on your firewall or VNet service endpoint setting. Additionally, once the value of the Private network access is set to customers cannot add and/or update existing ‘Firewall rules’ and ‘VNet service endpoint rule
110110

111111
> [!Note]
112+
> This feature is available in all Azure regions where Azure Database for PostgreSQL - Single server supports General Purpose and Memory Optimized pricing tiers.
113+
>
112114
> This setting does not have any impact on the SSL and TLS configurations for your Azure Database for PostgreSQL Single server.
113115
114116
To learn how to set the **Deny Public Network Access** for your Azure Database for PostgreSQL Single server from Azure portal, refer to [How to configure Deny Public Network Access](howto-deny-public-network-access.md).

articles/postgresql/howto-configure-privatelink-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private Link - Azure cli - Azure Database for PostgreSQL - Single server
2+
title: Private Link - Azure CLI - Azure Database for PostgreSQL - Single server
33
description: Learn how to configure private link for Azure Database for PostgreSQL- Single server from Azure CLI
44
author: kummanish
55
ms.author: manishku
@@ -13,7 +13,7 @@ ms.date: 01/09/2020
1313
A Private Endpoint is the fundamental building block for private link in Azure. It enables Azure resources, like Virtual Machines (VMs), to communicate privately with private link resources. In this article, you will learn how to use the Azure CLI to create a VM in an Azure Virtual Network and an Azure Database for PostgreSQL Single server with an Azure private endpoint.
1414

1515
> [!NOTE]
16-
> This feature is available in all Azure regions where Azure Database for PostgreSQL Single server supports General Purpose and Memory Optimized pricing tiers.
16+
> This feature is available in all Azure regions where Azure Database for PostgreSQL - Single server supports General Purpose and Memory Optimized pricing tiers.
1717
1818
## Prerequisites
1919

0 commit comments

Comments
 (0)