Skip to content

Commit 60acbeb

Browse files
committed
Regroup port rows mostly based on inbound versus outbound
1 parent 4b916da commit 60acbeb

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

articles/logic-apps/connect-virtual-network-vnet-isolated-environment.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,24 @@ This table describes the ports in your Azure virtual network that your ISE uses
103103
| Purpose | Direction | Destination ports | Source service tag | Destination service tag | Notes |
104104
|---------|-----------|-------------------|--------------------|-------------------------|-------|
105105
| Intersubnet communication within your virtual network | Inbound & Outbound | * | The address space for the virtual network that has your ISE's subnets | The address space for the virtual network that has your ISE's subnets | Required for traffic to flow *between* the subnets in your virtual network. <p><p>**Important**: For traffic to flow between the *components* in each subnet, make sure that you open all the ports within each subnet. |
106-
| Communication from Azure Logic Apps | Outbound | 80, 443 | VirtualNetwork | The tag for the destination service | The destination service is the external service with which your logic app needs to communicate. |
107-
| Azure Active Directory | Outbound | 80, 443 | VirtualNetwork | AzureActiveDirectory | |
108-
| Azure Storage dependency | Outbound | 80, 443, 445 | VirtualNetwork | Storage | |
109-
| Communication to Azure Logic Apps | Inbound | 443 | Internal ISE: <br>VirtualNetwork <p><p>External ISE: <br>Internet | VirtualNetwork | The source IP address for the computer or service that calls any request triggers or webhooks in your logic app. <p><p>**Important**: Closing or blocking this port prevents HTTP calls to logic apps that have request triggers. |
106+
| Communication to your logic app | Inbound | 443 | Internal ISE: <br>VirtualNetwork <p><p>External ISE: <br>Internet | VirtualNetwork | The source IP address for the computer or service that calls any request triggers or webhooks in your logic app. <p><p>**Important**: Closing or blocking this port prevents HTTP calls to logic apps that have request triggers. |
110107
| Logic app run history | Inbound | 443 | Internal ISE: <br>VirtualNetwork <p><p>External ISE: <br>Internet | VirtualNetwork | The source IP address for the computer or service from where you want to view your logic app's run history. <p><p>**Important**: Although closing or blocking this port doesn't prevent you from viewing the run history, you can't view the inputs and outputs for each step in that run history. |
111-
| Connection management | Outbound | 443 | VirtualNetwork | AppService | |
112-
| Publish Diagnostic Logs & Metrics | Outbound | 443 | VirtualNetwork | AzureMonitor | |
113-
| Communication from Azure Traffic Manager | Inbound | Internal ISE: 454 <p><p>External ISE: 443 | AzureTrafficManager | VirtualNetwork | |
114108
| Logic Apps Designer - dynamic properties | Inbound | 454 | See **Notes** column for IP addresses to allow | VirtualNetwork | Requests come from the Logic Apps access endpoint [inbound](../logic-apps/logic-apps-limits-and-config.md#inbound) IP addresses for that region. |
109+
| Connector deployment | Inbound | 454 | AzureConnectors | VirtualNetwork | Required for deploying and updating connectors. Closing or blocking this port causes ISE deployments to fail and prevents connector updates or fixes. |
115110
| Network health check | Inbound | 454 | See **Notes** column for IP addresses to allow | VirtualNetwork | Requests come from the Logic Apps access endpoint for both [inbound](../logic-apps/logic-apps-limits-and-config.md#inbound) and [outbound](../logic-apps/logic-apps-limits-and-config.md#outbound) IP addresses for that region. |
116111
| App Service Management dependency | Inbound | 454, 455 | AppServiceManagement | VirtualNetwork | |
117-
| Connector deployment | Inbound | 454 | AzureConnectors | VirtualNetwork | Required for deploying and updating connectors. Closing or blocking this port causes ISE deployments to fail and prevents connector updates or fixes. |
112+
| Communication from Azure Traffic Manager | Inbound | Internal ISE: 454 <p><p>External ISE: 443 | AzureTrafficManager | VirtualNetwork | |
113+
| API Management - management endpoint | Inbound | 3443 | APIManagement | VirtualNetwork | |
118114
| Connector policy deployment | Inbound | 3443 | APIManagement | VirtualNetwork | Required for deploying and updating connectors. Closing or blocking this port causes ISE deployments to fail and prevents connector updates or fixes. |
115+
| Communication from your logic app | Outbound | 80, 443 | VirtualNetwork | The tag for the destination service | The destination service is the external service with which your logic app needs to communicate. |
116+
| Azure Active Directory | Outbound | 80, 443 | VirtualNetwork | AzureActiveDirectory | |
117+
| Connection management | Outbound | 443 | VirtualNetwork | AppService | |
118+
| Publish Diagnostic Logs & Metrics | Outbound | 443 | VirtualNetwork | AzureMonitor | |
119+
| Azure Storage dependency | Outbound | 80, 443, 445 | VirtualNetwork | Storage | |
119120
| Azure SQL dependency | Outbound | 1433 | VirtualNetwork | SQL | |
120121
| Azure Resource Health | Outbound | 1886 | VirtualNetwork | AzureMonitor | Required for publishing health status to Resource Health |
121-
| API Management - management endpoint | Inbound | 3443 | APIManagement | VirtualNetwork | |
122122
| Dependency from Log to Event Hub policy and monitoring agent | Outbound | 5672 | VirtualNetwork | EventHub | |
123-
| Access Azure Cache for Redis Instances between Role Instances | Inbound <br>Outbound | 6379-6383 | VirtualNetwork | VirtualNetwork | Also, for ISE to work with Azure Cache for Redis, you must open these [outbound and inbound ports described in the Azure Cache for Redis FAQ](../azure-cache-for-redis/cache-how-to-premium-vnet.md#outbound-port-requirements). |
124-
| Azure Load Balancer | Inbound | * | AzureLoadBalancer | VirtualNetwork | |
123+
| Access Azure Cache for Redis Instances between Role Instances | Inbound <br>Outbound | 6379 - 6383 | VirtualNetwork | VirtualNetwork | Also, for ISE to work with Azure Cache for Redis, you must open these [outbound and inbound ports described in the Azure Cache for Redis FAQ](../azure-cache-for-redis/cache-how-to-premium-vnet.md#outbound-port-requirements). |
125124
||||||
126125

127126
<a name="create-environment"></a>

0 commit comments

Comments
 (0)