Skip to content

Commit a74324f

Browse files
authored
Merge pull request #101653 from kummanish/patch-3
Updating the file with the correct DNS entry
2 parents 3577073 + 49588a4 commit a74324f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In this section, you will create a MySQL server and add a private endpoint to it
160160
| Subnet | Select *mySubnet*. |
161161
|**PRIVATE DNS INTEGRATION**||
162162
|Integrate with private DNS zone |Select **Yes**. |
163-
|Private DNS Zone |Select *(New)privatelink.database.azure.com* |
163+
|Private DNS Zone |Select *(New)privatelink.mysql.database.azure.com* |
164164
|||
165165

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

199199
1. In the Remote Desktop of *myVM*, open PowerShell.
200200

201-
2. Enter `nslookup myServer.mysql.privatelink.database.azure.com`.
201+
2. Enter `nslookup myServer.privatelink.mysql.database.azure.com`.
202202

203203
You'll receive a message similar to this:
204204
```azurepowershell
205205
Server: UnKnown
206206
Address: 168.63.129.16
207207
Non-authoritative answer:
208-
Name: myServer.mysql.privatelink.database.azure.com
208+
Name: myServer.privatelink.mysql.database.azure.com
209209
Address: 10.1.3.4
210210
211211
3. Test the private link connection for the MySQL 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.
@@ -215,7 +215,7 @@ After you've created **myVm**, connect to it from the internet as follows:
215215
| Setting | Value |
216216
| ------- | ----- |
217217
| Server type| Select **MySQL**.|
218-
| Server name| Select *myServer.mysql.privatelink.database.azure.com* |
218+
| Server name| Select *myServer.privatelink.mysql.database.azure.com* |
219219
| User name | Enter username as username@servername which is provided during the MySQL server creation. |
220220
|Password |Enter a password provided during the MySQL server creation. |
221221
|SSL|Select **Required**.|
@@ -238,4 +238,4 @@ When you're done using the private endpoint, MySQL server, and the VM, delete th
238238
239239
## Next steps
240240
241-
In this how-to, you created a VM on a virtual network, an Azure Database for MySQL, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the MySQL 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).
241+
In this how-to, you created a VM on a virtual network, an Azure Database for MySQL, and a private endpoint for private access. You connected to one VM from the internet and securely communicated to the MySQL 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)