Skip to content

Commit 0ab69e1

Browse files
Merge pull request #253172 from mbender-ms/patch-78
virtual network manager - Update faq.md
2 parents 20698ab + afdd0d3 commit 0ab69e1

File tree

1 file changed

+0
-12
lines changed
  • articles/virtual-network-manager

1 file changed

+0
-12
lines changed

articles/virtual-network-manager/faq.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,6 @@ In Azure, VNet peering and connected groups are two methods of establishing conn
108108

109109
Currently, security admin rules don't apply to Azure Private Endpoints that fall under the scope of a virtual network managed by Azure Virtual Network Manager.
110110

111-
### How can I explicitly allow Azure SQL Managed Instance traffic before having deny rules?
112-
113-
Azure SQL Managed Instance has some network requirements. If your security admin rules can block the network requirements, you can use the below sample rules to allow SQLMI traffic with higher priority than the deny rules that can block the traffic of SQL Managed Instance.
114-
115-
#### Inbound rules
116-
117-
| Port | Protocol | Source | Destination | Action |
118-
| ---- | -------- | ------ | ----------- | ------ |
119-
| 9000, 9003, 1438, 1440, 1452 | TCP | SqlManagement | **VirtualNetwork** | Allow |
120-
| Any | Any | **VirtualNetwork** | **VirtualNetwork** | Allow |
121-
| Any | Any | **AzureLoadBalancer** | **VirtualNetwork** | Allow |
122-
123111
#### Outbound rules
124112

125113
| Port | Protocol | Source | Destination | Action |

0 commit comments

Comments
 (0)