Skip to content

Commit 45d084a

Browse files
authored
Merge pull request #101144 from kummanish/master
Adding new content for security overview private link
2 parents 2a5beb0 + ae046ee commit 45d084a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/mysql/concepts-security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ IP firewall rules grant access to servers based on the originating IP address of
3232
### Virtual network firewall rules
3333
Virtual network service endpoints extend your virtual network connectivity over the Azure backbone. Using virtual network rules you can enable your Azure Database for MySQL server to allow connections from selected subnets in a virtual network. For more information, see the [virtual network service endpoint overview](concepts-data-access-and-security-vnet.md).
3434

35+
### Private IP
36+
Private Link allows you to connect to your Azure Database for MySQL in Azure via a private endpoint. Azure Private Link essentially brings Azure services inside your private Virtual Network (VNet). The PaaS resources can be accessed using the private IP address just like any other resource in the VNet. For more information,see the [private link overview](concepts-data-access-security-private-link.md)
3537

3638
## Access management
3739

articles/postgresql/concepts-security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ IP firewall rules grant access to servers based on the originating IP address of
3232
### Virtual network firewall rules
3333
Virtual network service endpoints extend your virtual network connectivity over the Azure backbone. Using virtual network rules you can enable your Azure Database for PostgreSQL server to allow connections from selected subnets in a virtual network. For more information, see the [virtual network service endpoint overview](concepts-data-access-and-security-vnet.md).
3434

35+
### Private IP
36+
Private Link allows you to connect to your Azure Database for PostgreSQL Single server in Azure via a private endpoint. Azure Private Link essentially brings Azure services inside your private Virtual Network (VNet). The PaaS resources can be accessed using the private IP address just like any other resource in the VNet. For more information,see the [private link overview](concepts-data-access-and-security-private-link.md)
37+
3538

3639
## Access management
3740

0 commit comments

Comments
 (0)