Create a virtual network for Azure SQL Managed Instance

Applies to: Azure SQL Managed Instance

This article explains how to create a valid virtual network and subnet where you can deploy Azure SQL Managed Instance.

Azure SQL Managed Instance must be deployed within an Azure virtual network. This deployment enables the following scenarios:

  • Secure private IP address
  • Connecting to SQL Managed Instance directly from an on-premises network
  • Connecting SQL Managed Instance to a linked server or another on-premises data store
  • Connecting SQL Managed Instance to Azure resources

Note

You should determine the size of the subnet for SQL Managed Instance before you deploy the first instance. You can't resize the subnet after you put the resources inside.

If you plan to use an existing virtual network, you need to modify that network configuration to accommodate SQL Managed Instance. For more information, see Modify an existing virtual network for SQL Managed Instance.

After a managed instance is created, moving the managed instance or virtual network to another resource group or subscription is not supported.

Create a virtual network

The easiest way to create and configure a virtual network is to use an Azure Resource Manager deployment template.

  1. Sign in to the Azure portal.

  2. Select the Deploy to Azure button:

    Image showing a button labeled "Deploy to Azure".

    This button opens a form that you can use to configure the network environment where you can deploy SQL Managed Instance.

    Note

    This Azure Resource Manager template will deploy a virtual network with two subnets. One subnet, called ManagedInstances, is reserved for SQL Managed Instance and has a preconfigured route table. The other subnet, called Default, is used for other resources that should access SQL Managed Instance (for example, Azure Virtual Machines).

  3. Configure the network environment. On the following form, you can configure parameters of your network environment:

    Resource Manager template for configuring the Azure network

    You might change the names of the virtual network and subnets, and adjust the IP ranges associated with your networking resources. After you select the Purchase button, this form will create and configure your environment. If you don't need two subnets, you can delete the default one.

Next steps