Skip to content

Commit d8c1ad3

Browse files
Merge pull request #253111 from mbender-ms/patch-77
virtual network manager - Update faq.md
2 parents af85ec0 + 06de46d commit d8c1ad3

File tree

1 file changed

+2
-3
lines changed
  • articles/virtual-network-manager

1 file changed

+2
-3
lines changed

articles/virtual-network-manager/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: virtual-network-manager
55
author: mbender-ms
66
ms.service: virtual-network-manager
77
ms.topic: article
8-
ms.date: 08/03/2023
8+
ms.date: 09/27/2023
99
ms.author: mbender
1010
ms.custom: references_regions, ignite-fall-2021, engagement-fy23
1111
---
@@ -107,6 +107,7 @@ In Azure, VNet peering and connected groups are two methods of establishing conn
107107
### Do security admin rules apply to Azure Private Endpoints?
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.
110+
110111
### How can I explicitly allow Azure SQL Managed Instance traffic before having deny rules?
111112

112113
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.
@@ -116,8 +117,6 @@ Azure SQL Managed Instance has some network requirements. If your security admin
116117
| Port | Protocol | Source | Destination | Action |
117118
| ---- | -------- | ------ | ----------- | ------ |
118119
| 9000, 9003, 1438, 1440, 1452 | TCP | SqlManagement | **VirtualNetwork** | Allow |
119-
| 9000, 9003 | TCP | CorpnetSaw | **VirtualNetwork** | Allow |
120-
| 9000, 9003 | TCP | CorpnetPublic | **VirtualNetwork** | Allow |
121120
| Any | Any | **VirtualNetwork** | **VirtualNetwork** | Allow |
122121
| Any | Any | **AzureLoadBalancer** | **VirtualNetwork** | Allow |
123122

0 commit comments

Comments
 (0)