Skip to content

Commit 13a7a39

Browse files
committed
Updating the doc for the new feaures added
1 parent 9249d4c commit 13a7a39

8 files changed

+21
-27
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ Private Endpoints are required to enable Private Link. This can be done using th
5555

5656
Once the network admin creates the Private Endpoint (PE), the admin can manage the Private Endpoint Connection (PEC) to Azure Database for MariaDB.
5757

58-
> [!NOTE]
59-
> Currently, Azure Database for MariaDB only supports auto-approval for the private endpoint.
60-
6158
* Navigate to the Azure Database for MariaDB server resource in the Azure portal.
6259
* Select the Private endpoint connections in the left pane
6360
* Shows a list of all Private Endpoint Connections (PECs)

articles/mariadb/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 for Azure Database for MariaDB (Preview) CLI setup method
2+
title: Private Link for Azure Database for MariaDB CLI setup method
33
description: Learn how to configure private link for Azure Database for MariaDB from Azure CLI
44
author: kummanish
55
ms.author: manishku
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/09/2020
99
---
1010

11-
# Create and manage Private Link for Azure Database for MariaDB (Preview) using CLI
11+
# Create and manage Private Link for Azure Database for MariaDB using CLI
1212

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 MariaDB server with an Azure private endpoint.
1414

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private Link for Azure Database for MariaDB (Preview) portal setup method
2+
title: Private Link for Azure Database for MariaDB portal setup method
33
description: Learn how to configure private link for Azure Database for MariaDB from Azure portal
44
author: kummanish
55
ms.author: manishku
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/09/2020
99
---
1010

11-
# Create and manage Private Link for Azure Database for MariaDB (Preview) using Portal
11+
# Create and manage Private Link for Azure Database for MariaDB using Portal
1212

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 portal to create a VM in an Azure Virtual Network and an Azure Database for MariaDB server with an Azure private endpoint.
1414

@@ -121,12 +121,12 @@ In this section, you will create an Azure Database for MariaDB server in Azure.
121121

122122
In this section, you will create a private endpoint to the MariaDB server to it.
123123

124-
1. On the upper-left side of the screen in the Azure portal, select **Create a resource** > **Networking** > **Private Link Center (Preview)**.
124+
1. On the upper-left side of the screen in the Azure portal, select **Create a resource** > **Networking** > **Private Link**.
125125
2. In **Private Link Center - Overview**, on the option to **Build a private connection to a service**, select **Start**.
126126

127127
![Private Link overview](media/concepts-data-access-and-security-private-link/privatelink-overview.png)
128128

129-
1. In **Create a private endpoint (Preview) - Basics**, enter or select this information:
129+
1. In **Create a private endpoint - Basics**, enter or select this information:
130130

131131
| Setting | Value |
132132
| ------- | ----- |
@@ -149,7 +149,7 @@ In this section, you will create a private endpoint to the MariaDB server to it.
149149
|Target sub-resource |Select *mariadbServer*|
150150
|||
151151
7. Select **Next: Configuration**.
152-
8. In **Create a private endpoint (Preview) - Configuration**, enter or select this information:
152+
8. In **Create a private endpoint - Configuration**, enter or select this information:
153153

154154
| Setting | Value |
155155
| ------- | ----- |

articles/mysql/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 for Azure Database for MySQL (Preview) CLI setup method
2+
title: Private Link for Azure Database for MySQL CLI setup method
33
description: Learn how to configure private link for Azure Database for MySQL from Azure CLI
44
author: kummanish
55
ms.author: manishku
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/09/2020
99
---
1010

11-
# Create and manage Private Link for Azure Database for MySQL (Preview) using CLI
11+
# Create and manage Private Link for Azure Database for MySQL using CLI
1212

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 MySQL server with an Azure private endpoint.
1414

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private Link for Azure Database for MySQL (Preview) portal setup method
2+
title: Private Link for Azure Database for MySQL portal setup method
33
description: Learn how to configure private link for Azure Database for MySQL from Azure portal
44
author: kummanish
55
ms.author: manishku
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/09/2020
99
---
1010

11-
# Create and manage Private Link for Azure Database for MySQL (Preview) using Portal
11+
# Create and manage Private Link for Azure Database for MySQL using Portal
1212

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 portal to create a VM in an Azure Virtual Network and an Azure Database for MySQL server with an Azure private endpoint.
1414

@@ -121,13 +121,13 @@ In this section, you will create an Azure Database for MySQL server in Azure.
121121

122122
In this section, you will create a MySQL server and add a private endpoint to it.
123123

124-
1. On the upper-left side of the screen in the Azure portal, select **Create a resource** > **Networking** > **Private Link Center (Preview)**.
124+
1. On the upper-left side of the screen in the Azure portal, select **Create a resource** > **Networking** > **Private Link**.
125125

126126
2. In **Private Link Center - Overview**, on the option to **Build a private connection to a service**, select **Start**.
127127

128128
![Private Link overview](media/concepts-data-access-and-security-private-link/privatelink-overview.png)
129129

130-
1. In **Create a private endpoint (Preview) - Basics**, enter or select this information:
130+
1. In **Create a private endpoint - Basics**, enter or select this information:
131131

132132
| Setting | Value |
133133
| ------- | ----- |
@@ -151,7 +151,7 @@ In this section, you will create a MySQL server and add a private endpoint to it
151151
|Target sub-resource |Select *mysqlServer*|
152152
|||
153153
7. Select **Next: Configuration**.
154-
8. In **Create a private endpoint (Preview) - Configuration**, enter or select this information:
154+
8. In **Create a private endpoint - Configuration**, enter or select this information:
155155

156156
| Setting | Value |
157157
| ------- | ----- |

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ Private Endpoints are required to enable Private Link. This can be done using th
5454
### Approval Process
5555
Once the network admin creates the Private Endpoint (PE), the PostgreSQL admin can manage the Private Endpoint Connection (PEC) to Azure Database for PostgreSQL.
5656

57-
> [!NOTE]
58-
> Currently, Azure Database for PostgreSQL Single server only supports auto-approval for the private endpoint.
59-
6057
* Navigate to the Azure Database for PostgreSQL server resource in the Azure portal.
6158
* Select the Private endpoint connections in the left pane
6259
* Shows a list of all Private Endpoint Connections (PECs)

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 for Azure Database for PostgreSQL - Single server (Preview) CLI setup method
2+
title: Private Link for Azure Database for PostgreSQL - Single server CLI setup method
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
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/09/2020
99
---
1010

11-
# Create and manage Private Link for Azure Database for PostgreSQL - Single server (Preview) using CLI
11+
# Create and manage Private Link for Azure Database for PostgreSQL - Single server using CLI
1212

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private Link for Azure Database for PostgreSQL - Single server (Preview) portal setup method
2+
title: Private Link for Azure Database for PostgreSQL - Single server portal setup method
33
description: Learn how to configure private link for Azure Database for PostgreSQL- Single server from Azure portal
44
author: kummanish
55
ms.author: manishku
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/09/2020
99
---
1010

11-
# Create and manage Private Link for Azure Database for PostgreSQL - Single server (Preview) using Portal
11+
# Create and manage Private Link for Azure Database for PostgreSQL - Single server using Portal
1212

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 portal to create a VM in an Azure Virtual Network and an Azure Database for PostgreSQL Single server with an Azure private endpoint.
1414

@@ -121,12 +121,12 @@ In this section, you will create an Azure Database for PostgreSQL server in Azur
121121

122122
In this section, you will create a PostgreSQL server and add a private endpoint to it.
123123

124-
1. On the upper-left side of the screen in the Azure portal, select **Create a resource** > **Networking** > **Private Link Center (Preview)**.
124+
1. On the upper-left side of the screen in the Azure portal, select **Create a resource** > **Networking** > **Private Link**.
125125
2. In **Private Link Center - Overview**, on the option to **Build a private connection to a service**, select **Start**.
126126

127127
![Private Link overview](media/concepts-data-access-and-security-private-link/privatelink-overview.png)
128128

129-
1. In **Create a private endpoint (Preview) - Basics**, enter or select this information:
129+
1. In **Create a private endpoint - Basics**, enter or select this information:
130130

131131
| Setting | Value |
132132
| ------- | ----- |
@@ -149,7 +149,7 @@ In this section, you will create a PostgreSQL server and add a private endpoint
149149
|Target sub-resource |Select *postgresqlServer*|
150150
|||
151151
7. Select **Next: Configuration**.
152-
8. In **Create a private endpoint (Preview) - Configuration**, enter or select this information:
152+
8. In **Create a private endpoint - Configuration**, enter or select this information:
153153

154154
| Setting | Value |
155155
| ------- | ----- |

0 commit comments

Comments
 (0)