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
Copy file name to clipboardExpand all lines: articles/api-management/virtual-network-workspaces-resources.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,18 +63,33 @@ For virtual network injection, the subnet needs to be delegated to the **Microso
63
63
> [!NOTE]
64
64
> You might need to register the `Microsoft.Web/hostingEnvironments` resource provider in the subscription so that you can delegate the subnet to the service.
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).
76
+
77
+
* Configure the following rules in the NSG. Set the priority of these rules higher than that of the default rules.
78
+
* Configure other outbound rules you need for the gateway to reach your API backends.
79
+
* Configure other NSG rules to meet your organization’s network access requirements. For example, NSG rules can also be used to block outbound traffic to the internet and allow access only to resources in your virtual network.
80
+
81
+
| Direction | Source | Source port ranges | Destination | Destination port ranges | Protocol | Action | Purpose |
> * 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
91
> * 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)
76
92
77
-
78
93
## DNS settings for virtual network injection
79
94
80
95
For virtual network injection, you have to manage your own DNS to enable inbound access to your workspace gateway.
0 commit comments