You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> * Inbound NSG rules do not apply when a v2 tier instance is integrated in a virtual network for private outbound access. To enforce inbound NSG rules, use virtual network injection instead of integration.
55
+
> * This differs from networking in the classic Premium tier, where inbound NSG rules are enforced in both external and internal virtual network injection modes. [Learn more](virtual-network-injection-resources.md)
56
+
51
57
### Subnet delegation
52
58
53
59
The subnet needs to be delegated to the **Microsoft.Web/serverFarms** service.
Copy file name to clipboardExpand all lines: articles/api-management/virtual-network-workspaces-resources.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: dlepow
5
5
6
6
ms.service: azure-api-management
7
7
ms.topic: concept-article
8
-
ms.date: 06/18/2025
8
+
ms.date: 07/08/2025
9
9
ms.author: danlep
10
10
---
11
11
@@ -66,28 +66,14 @@ For virtual network injection, the subnet needs to be delegated to the **Microso
66
66
---
67
67
68
68
69
-
## Network security group (NSG) rules
69
+
## Network security group
70
70
71
-
A network security group (NSG) must be attached to the subnet to explicitly allow certain inbound or outbound connectivity. Configure the following rules in the NSG. Set the priority of these rules higher than that of the default rules.
Configure other NSG rules to meet your organization's network access requirements.
73
+
> [!IMPORTANT]
74
+
> * Inbound NSG rules do not apply when you integrate a workspace gateway in a virtual network for private outbound access. To enforce inbound NSG rules, use virtual network injection instead of integration.
75
+
> * This differs from networking in the classic Premium tier, where inbound NSG rules are enforced in both external and internal virtual network injection modes. [Learn more](virtual-network-injection-resources.md)
74
76
75
-
#### [Virtual network integration](#tab/external)
76
-
77
-
| Direction | Source | Source port ranges | Destination | Destination port ranges | Protocol | Action | Purpose |
Copy file name to clipboardExpand all lines: includes/api-management-virtual-network-v2-nsg-rules.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,10 @@
2
2
author: dlepow
3
3
ms.service: azure-api-management
4
4
ms.topic: include
5
-
ms.date: 06/25/2025
5
+
ms.date: 07/08/2025
6
6
ms.author: danlep
7
7
---
8
8
9
-
### Network security group
10
9
11
10
A network security group (NSG) must be associated with the subnet. To set up a network security group, see [Create a network security group](../articles/virtual-network/manage-network-security-group.md).
0 commit comments