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
@@ -81,9 +81,9 @@ Create an application rule collection that allows the cluster to send and receiv
81
81
82
82
Create the network rules to correctly configure your HDInsight cluster.
83
83
84
-
1. Continuing from the prior step, navigate to **Network rule collection** > **+ Add network rule collection**.
84
+
1. Continuing from the prior step, navigate to **Network rule collection** > `+ Add network rule collection`.
85
85
86
-
1. On the **Add network rule collection** screen, provide the following information:
86
+
1. On the `Add network rule collection` screen, provide the following information:
87
87
88
88
**Top section**
89
89
@@ -97,7 +97,7 @@ Create the network rules to correctly configure your HDInsight cluster.
97
97
98
98
| Name | Protocol | Source Addresses | Service Tags | Destination Ports | Notes |
99
99
| --- | --- | --- | --- | --- | --- |
100
-
| Rule_6 | TCP | * | SQL | 1433, 11000-11999 | If you are using the default sql servers provided by HDInsight, configure a network rule in the Service Tags section for SQL that will allow you to log and audit SQL traffic. Unless you configured Service Endpoints for SQL Server on the HDInsight subnet, which will bypass the firewall. If you are using custom SQL server for Ambari, Oozie, Ranger and Hive metastores then you only need to allow the traffic to your own custom SQL Servers. Refer to [Azure SQL Database and Azure Synapse Analytics connectivity architecture](/azure/azure-sql/database/connectivity-architecture) to see why 11000-11999 port range is also needed in addition to 1433. |
100
+
| Rule_6 | TCP | * | SQL | 1433, 11000-11999 | If you are using the default sql servers provided by HDInsight, configure a network rule in the Service Tags section for SQL that will allow you to log and audit SQL traffic. Unless you configured Service Endpoints for SQL Server on the HDInsight subnet, which will bypass the firewall. If you are using custom SQL server for Ambari, Oozie, Ranger and Hive metastore then you only need to allow the traffic to your own custom SQL Servers. Refer to [Azure SQL Database and Azure Synapse Analytics connectivity architecture](/azure/azure-sql/database/connectivity-architecture) to see why 11000-11999 port range is also needed in addition to 1433. |
101
101
| Rule_7 | TCP | * | Azure Monitor | * | (optional) Customers who plan to use auto scale feature should add this rule. |
102
102
103
103
:::image type="content" source="./media/hdinsight-restrict-outbound-traffic/hdinsight-restrict-outbound-traffic-add-network-rule-collection.png" alt-text="Title: Enter application rule collection.":::
0 commit comments