diff --git a/quickstarts/microsoft.sql/sqlmi-new-vnet-w-diagnostic-settings/azuredeploy.json b/quickstarts/microsoft.sql/sqlmi-new-vnet-w-diagnostic-settings/azuredeploy.json index c611b00b074d..c2ad53bba502 100644 --- a/quickstarts/microsoft.sql/sqlmi-new-vnet-w-diagnostic-settings/azuredeploy.json +++ b/quickstarts/microsoft.sql/sqlmi-new-vnet-w-diagnostic-settings/azuredeploy.json @@ -172,20 +172,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": {