Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 3.38 KB

howto-manage-vnet-using-portal.md

File metadata and controls

39 lines (29 loc) · 3.38 KB
title description services author ms.author manager editor ms.service ms.topic ms.date
Create and manage Azure Database for MySQL VNet service endpoints and rules using the Azure portal | Microsoft Docs
Create and manage Azure Database for MySQL VNet service endpoints and rules using the Azure portal
mysql
mbolz
mbolz
kfile
jasonwhowell
mysql
article
08/15/2018

Create and manage Azure Database for MySQL VNet service endpoints and VNet rules by using the Azure portal

Virtual Network (VNet) services endpoints and rules extend the private address space of a Virtual Network to your Azure Database for MySQL server. For an overview of Azure Database for MySQL VNet service endpoints, including limitations, see Azure Database for MySQL Server VNet service endpoints. VNet service endpoints are available in all supported regions for Azure Database for MySQL.

Note

Support for VNet service endpoints is only for General Purpose and Memory Optimized servers.

Create a VNet rule and enable service endpoints in the Azure portal

  1. On the MySQL server page, under the Settings heading, click Connection Security to open the Connection Security pane for Azure Database for MySQL. Next, click on + Adding existing virtual network. If you do not have an existing VNet you can click + Create new virtual network to create one. See Quickstart: Create a virtual network using the Azure portal

    Azure portal - click Connection security

  2. Enter a VNet rule name, select the subscription, Virtual network and Subnet name and then click Enable. This automatically enables VNet service endpoints on the subnet using the Microsoft.SQL service tag.

    Azure portal - configure VNet

    [!IMPORTANT] It is highly recommended to read this article about service endpoint configurations and considerations before configuring service endpoints. Virtual Network service endpoint: A Virtual Network service endpoint is a subnet whose property values include one or more formal Azure service type names. VNet services endpoints use the service type name Microsoft.Sql, which refers to the Azure service named SQL Database. This service tag also applies to the Azure SQL Database, Azure Database for PostgreSQL and MySQL services. It is important to note when applying the Microsoft.Sql service tag to a VNet service endpoint it configures service endpoint traffic for all Azure Database services, including Azure SQL Database, Azure Database for PostgreSQL and Azure Database for MySQL servers on the subnet.

  3. Once enabled, click OK and you will see that VNet service endpoints are enabled along with a VNet rule.

    VNet service endpoints enabled and VNet rule created

Next steps