Skip to content

Commit 3b863ee

Browse files
authored
Merge pull request #105159 from kummanish/privatelink
Editing the private link doc with a note
2 parents b6d1347 + cad3d56 commit 3b863ee

6 files changed

+18
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ az network private-dns record-set a create --name mydemoserver --zone-name priva
117117
az network private-dns record-set a add-record --record-set-name mydemoserver --zone-name privatelink.mariadb.database.windows.net --resource-group myResourceGroup -a <Private IP Address>
118118
```
119119

120+
> [!NOTE]
121+
> The FQDN in the customer DNS setting does not resolve to the private IP configured. You will have to setup a DNS zone for the configured FQDN as shown [here](../dns/dns-operations-recordsets-portal.md).
122+
120123
## Connect to a VM from the internet
121124

122125
Connect to the VM *myVm* from the internet as follows:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ In this section, you will create a private endpoint to the MariaDB server to it.
166166

167167
![Private Link created](media/concepts-data-access-and-security-private-link/show-mariadb-private-link.png)
168168

169+
> [!NOTE]
170+
> The FQDN in the customer DNS setting does not resolve to the private IP configured. You will have to setup a DNS zone for the configured FQDN as shown [here](../dns/dns-operations-recordsets-portal.md).
171+
169172
## Connect to a VM using Remote Desktop (RDP)
170173

171174

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ az network private-dns record-set a create --name myserver --zone-name privateli
113113
az network private-dns record-set a add-record --record-set-name myserver --zone-name privatelink.mysql.database.azure.com --resource-group myResourceGroup -a <Private IP Address>
114114
```
115115

116+
> [!NOTE]
117+
> The FQDN in the customer DNS setting does not resolve to the private IP configured. You will have to setup a DNS zone for the configured FQDN as shown [here](../dns/dns-operations-recordsets-portal.md).
118+
116119
## Connect to a VM from the internet
117120

118121
Connect to the VM *myVm* from the internet as follows:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ In this section, you will create a MySQL server and add a private endpoint to it
168168

169169
![Private Link created](media/concepts-data-access-and-security-private-link/show-mysql-private-link.png)
170170

171+
> [!NOTE]
172+
> The FQDN in the customer DNS setting does not resolve to the private IP configured. You will have to setup a DNS zone for the configured FQDN as shown [here](../dns/dns-operations-recordsets-portal.md).
173+
171174
## Connect to a VM using Remote Desktop (RDP)
172175

173176

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ az network private-dns record-set a create --name myserver --zone-name privateli
117117
az network private-dns record-set a add-record --record-set-name myserver --zone-name privatelink.postgres.database.windows.net --resource-group myResourceGroup -a <Private IP Address>
118118
```
119119

120+
> [!NOTE]
121+
> The FQDN in the customer DNS setting does not resolve to the private IP configured. You will have to setup a DNS zone for the configured FQDN as shown [here](../dns/dns-operations-recordsets-portal.md).
122+
120123
## Connect to a VM from the internet
121124

122125
Connect to the VM *myVm* from the internet as follows:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ In this section, you will create a PostgreSQL server and add a private endpoint
166166

167167
![Private Link created](media/concepts-data-access-and-security-private-link/show-postgres-private-link.png)
168168

169+
> [!NOTE]
170+
> The FQDN in the customer DNS setting does not resolve to the private IP configured. You will have to setup a DNS zone for the configured FQDN as shown [here](../dns/dns-operations-recordsets-portal.md).
171+
169172
## Connect to a VM using Remote Desktop (RDP)
170173

171174

0 commit comments

Comments
 (0)