You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,8 +109,8 @@ az resource show --ids $networkInterfaceId --api-version 2019-04-01 -o json
109
109
110
110
111
111
#Create DNS records
112
-
az network private-dns record-set a create --name myserver --zone-name privatelink.database.azure.com --resource-group myResourceGroup
113
-
az network private-dns record-set a add-record --record-set-name myserver --zone-name privatelink.database.windows.net --resource-group myResourceGroup -a <Private IP Address>
112
+
az network private-dns record-set a create --name myserver --zone-name privatelink.mysql.database.azure.com --resource-group myResourceGroup
113
+
az network private-dns record-set a add-record --record-set-name myserver --zone-name privatelink.mysql.database.windows.net --resource-group myResourceGroup -a <Private IP Address>
114
114
```
115
115
116
116
## Connect to a VM from the internet
@@ -142,14 +142,14 @@ Connect to the VM *myVm* from the internet as follows:
142
142
143
143
1. In the Remote Desktop of *myVM*, open PowerShell.
144
144
145
-
2. Enter `nslookup mydemomysqlserver.mysql.privatelink.database.azure.com`.
145
+
2. Enter `nslookup mydemomysqlserver.privatelink.mysql.database.azure.com`.
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.
@@ -160,7 +160,7 @@ Connect to the VM *myVm* from the internet as follows:
160
160
| Setting | Value |
161
161
| ------- | ----- |
162
162
| Connection Name| Select the connection name of your choice.|
0 commit comments