diff --git a/quickstarts/microsoft.sql/sqlmi-new-vnet-w-point-to-site-vpn/azuredeploy.json b/quickstarts/microsoft.sql/sqlmi-new-vnet-w-point-to-site-vpn/azuredeploy.json index 5ef01a6b7f81..d363a26be6fd 100644 --- a/quickstarts/microsoft.sql/sqlmi-new-vnet-w-point-to-site-vpn/azuredeploy.json +++ b/quickstarts/microsoft.sql/sqlmi-new-vnet-w-point-to-site-vpn/azuredeploy.json @@ -154,20 +154,6 @@ "direction": "Inbound" } }, - { - "name": "allow_redirect_inbound", - "properties": { - "description": "Allow inbound redirect traffic to Managed Instance inside the virtual network", - "protocol": "Tcp", - "sourcePortRange": "*", - "destinationPortRange": "11000-11999", - "sourceAddressPrefix": "VirtualNetwork", - "destinationAddressPrefix": "*", - "access": "Allow", - "priority": 1100, - "direction": "Inbound" - } - }, { "name": "deny_all_inbound", "properties": {