Skip to content

Commit 8111493

Browse files
authored
Correct assumption all MI subnets will be in 10.x.x.x/8
Changed references from 10.x.x.x/y to x.x.x.x/y to reflect that not all deployments will use addresses in the 10.x.x.x/8 range.
1 parent d5b2781 commit 8111493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-managed-instance-connectivity-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Deploy a managed instance in a dedicated subnet inside the virtual network. The
107107
> [!IMPORTANT]
108108
> Ensure there is only one inbound rule for ports 9000, 9003, 1438, 1440, 1452 and one outbound rule for ports 443, 12000. Managed Instance provisioning through Azure Resource Manager deployments will fail if inbound and outbound rules are configured separately for each port. If these ports are in separate rules, the deployment will fail with error code `VnetSubnetConflictWithIntendedPolicy`
109109
110-
\* MI SUBNET refers to the IP address range for the subnet in the form 10.x.x.x/y. You can find this information in the Azure portal, in subnet properties.
110+
\* MI SUBNET refers to the IP address range for the subnet in the form x.x.x.x/y. You can find this information in the Azure portal, in subnet properties.
111111

112112
> [!IMPORTANT]
113113
> Although required inbound security rules allow traffic from _any_ source on ports 9000, 9003, 1438, 1440, and 1452, these ports are protected by a built-in firewall. For more information, see [Determine the management endpoint address](sql-database-managed-instance-find-management-endpoint-ip-address.md).
@@ -420,7 +420,7 @@ Deploy a managed instance in a dedicated subnet inside the virtual network. The
420420
|mi-216-220-208-20-nexthop-internet|216.220.208.0/20|Internet|
421421
||||
422422

423-
\* MI SUBNET refers to the IP address range for the subnet in the form 10.x.x.x/y. You can find this information in the Azure portal, in subnet properties.
423+
\* MI SUBNET refers to the IP address range for the subnet in the form x.x.x.x/y. You can find this information in the Azure portal, in subnet properties.
424424

425425
## Next steps
426426

0 commit comments

Comments
 (0)