I have created two sql managed instances which has same ip address, i need to peer two vnets which was having same ip adress, how to peer both vnets and create failovergroup for both sql MI.

Saiteja Indukuri 0 Reputation points
2023-09-04T18:05:21.78+00:00

I have created two sql managed instances which has same ip address, i need to peer two vnets which was having same ip adress, how to peer both vnets and create failovergroup for both sql MI.

Azure SQL Database
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
1,650 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. anmoli 0 Reputation points
    2023-09-04T18:21:08.5033333+00:00

    [@Saiteja Inabathina ]Since you've created two SQL managed instances with the same IP address and need to peer two VNets that share this IP address, the process involves addressing the IP conflict first. You'll need to reconfigure the IP addresses to be unique within each VNet. Once done, you can proceed to peer the VNets and create a failover group for both SQL managed instances, ensuring smooth functionality without IP conflicts.

    Source: Stackoverflow

    0 comments No comments