Skip to content

Commit 0a02d07

Browse files
authored
Added Azure Monitor for auto scale
1 parent f660dbc commit 0a02d07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/hdinsight/hdinsight-restrict-outbound-traffic.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ Create the network rules to correctly configure your HDInsight cluster.
110110
| Name | Protocol | Source Addresses | Service Tags | Destination Ports | Notes |
111111
| --- | --- | --- | --- | --- | --- |
112112
| Rule_7 | TCP | * | SQL | 1433 | 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. |
113-
113+
| Rule_8 | TCP | * | Azure Monitor | * | (optional) Customers who plan to use auto scale feature should add this rule. |
114+
114115
![Title: Enter application rule collection](./media/hdinsight-restrict-outbound-traffic/hdinsight-restrict-outbound-traffic-add-network-rule-collection.png)
115116

116117
1. Select **Add**.
@@ -186,4 +187,4 @@ To use the public endpoint (`https://CLUSTERNAME.azurehdinsight.net`) or ssh end
186187
## Next steps
187188

188189
* [Azure HDInsight virtual network architecture](hdinsight-virtual-network-architecture.md)
189-
* [Configure network virtual appliance](./network-virtual-appliance.md)
190+
* [Configure network virtual appliance](./network-virtual-appliance.md)

0 commit comments

Comments
 (0)