Skip to content

Commit 7eaf2ce

Browse files
authored
Updating the file with the correct DNS Mariadb
Updating the file with the correct DNS Mariadb
1 parent 82e11d9 commit 7eaf2ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In this section, you will create a private endpoint to the MariaDB server to it.
158158
| Subnet | Select *mySubnet*. |
159159
|**PRIVATE DNS INTEGRATION**||
160160
|Integrate with private DNS zone |Select **Yes**. |
161-
|Private DNS Zone |Select *(New)privatelink.database.azure.com* |
161+
|Private DNS Zone |Select *(New)privatelink.mariadb.database.azure.com* |
162162
|||
163163

164164
1. Select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
@@ -196,14 +196,14 @@ After you've created **myVm**, connect to it from the internet as follows:
196196

197197
1. In the Remote Desktop of *myVM*, open PowerShell.
198198

199-
2. Enter `nslookup mydemomserver.mariadb.privatelink.database.azure.com`.
199+
2. Enter `nslookup mydemomserver.privatelink.mariadb.database.azure.com`.
200200

201201
You'll receive a message similar to this:
202202
```azurepowershell
203203
Server: UnKnown
204204
Address: 168.63.129.16
205205
Non-authoritative answer:
206-
Name: mydemoMariaDBserver.mariadb.privatelink.database.azure.com
206+
Name: mydemoMariaDBserver.privatelink.mariadb.database.azure.com
207207
Address: 10.1.3.4
208208
209209
3. Test the private link connection for the MariaDB server using any available client. In the example below I have used [MySQL Workbench](https://dev.mysql.com/doc/workbench/en/wb-installing-windows.html) to do the operation.
@@ -214,7 +214,7 @@ After you've created **myVm**, connect to it from the internet as follows:
214214
| Setting | Value |
215215
| ------- | ----- |
216216
| Server type| Select **MariaDB**.|
217-
| Server name| Select *mydemoserver.MariaDB.privatelink.database.azure.com* |
217+
| Server name| Select *mydemoserver.privatelink.mariadb.database.azure.com* |
218218
| User name | Enter username as username@servername which is provided during the MariaDB server creation. |
219219
|Password |Enter a password provided during the MariaDB server creation. |
220220
|SSL|Select **Required**.|
@@ -235,4 +235,4 @@ When you're done using the private endpoint, MariaDB server, and the VM, delete
235235
236236
## Next steps
237237
238-
In this how-to, you created a VM on a virtual network, an Azure Database for MariaDB, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the MariaDB server using Private Link. To learn more about private endpoints, see [What is Azure private endpoint](https://docs.microsoft.com/azure/private-link/private-endpoint-overview).
238+
In this how-to, you created a VM on a virtual network, an Azure Database for MariaDB, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the MariaDB server using Private Link. To learn more about private endpoints, see [What is Azure private endpoint](https://docs.microsoft.com/azure/private-link/private-endpoint-overview).

0 commit comments

Comments
 (0)