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
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:
214
214
| Setting | Value |
215
215
| ------- | ----- |
216
216
| Server type| Select **MariaDB**.|
217
-
| Server name| Select *mydemoserver.MariaDB.privatelink.database.azure.com* |
217
+
| Server name| Select *mydemoserver.privatelink.mariadb.database.azure.com* |
218
218
| User name | Enter username as username@servername which is provided during the MariaDB server creation. |
219
219
|Password |Enter a password provided during the MariaDB server creation. |
220
220
|SSL|Select **Required**.|
@@ -235,4 +235,4 @@ When you're done using the private endpoint, MariaDB server, and the VM, delete
235
235
236
236
## Next steps
237
237
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