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
@@ -113,8 +113,8 @@ az resource show --ids $networkInterfaceId --api-version 2019-04-01 -o json
113
113
114
114
115
115
#Create DNS records
116
-
az network private-dns record-set a create --name mydemoserver --zone-name privatelink.database.azure.com --resource-group myResourceGroup
117
-
az network private-dns record-set a add-record --record-set-name mydemoserver --zone-name privatelink.database.windows.net --resource-group myResourceGroup -a <Private IP Address>
116
+
az network private-dns record-set a create --name mydemoserver --zone-name privatelink.mariadb.database.azure.com --resource-group myResourceGroup
117
+
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>
118
118
```
119
119
120
120
## Connect to a VM from the internet
@@ -146,14 +146,14 @@ Connect to the VM *myVm* from the internet as follows:
146
146
147
147
1. In the Remote Desktop of *myVM*, open PowerShell.
148
148
149
-
2. Enter `nslookup mydemoserver.mariadb.privatelink.database.azure.com`.
149
+
2. Enter `nslookup mydemoserver.privatelink.mariadb.database.azure.com`.
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.
@@ -163,7 +163,7 @@ Connect to the VM *myVm* from the internet as follows:
163
163
| Setting | Value |
164
164
| ------- | ----- |
165
165
| Connection Name| Select the connection name of your choice.|
0 commit comments