Skip to content

Commit 2487677

Browse files
author
gitName
committed
moved rule to table
1 parent 96f58ab commit 2487677

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

includes/api-management-virtual-network-v2-nsg-rules.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ms.author: danlep
99

1010
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).
1111

12-
* Configure an outbound NSG rule to allow access to Azure Storage on port 443.
12+
* Configure the following rule to allow outbound access to Azure Storage, which is a dependency for API Management.
1313
* Configure other outbound rules you need for the gateway to reach your API backends.
14-
* 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.
14+
* 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.
15+
16+
| Direction | Source | Source port ranges | Destination | Destination port ranges | Protocol | Action | Purpose |
17+
|-------|--------------|----------|---------|------------|-----------|-----|--------|
18+
| Outbound | VirtualNetwork | * | Storage | 443 | TCP | Allow | Dependency on Azure Storage |

0 commit comments

Comments
 (0)