Skip to content

Commit 3066cba

Browse files
authored
Added Python steps to the table
Added Python steps to the table
1 parent a0be8c3 commit 3066cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure outbound network traffic restriction - Azure HDInsight
33
description: Learn how to configure outbound network traffic restriction for Azure HDInsight clusters.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 05/23/2024
6+
ms.date: 10/01/2024
77
---
88

99
# Configure outbound network traffic for Azure HDInsight clusters using Firewall
@@ -72,6 +72,8 @@ Create an application rule collection that allows the cluster to send and receiv
7272
| Rule_3 | * | https:443 | login.microsoftonline.com | Allows Windows login activity |
7373
| Rule_4 | * | https:443 | storage_account_name.blob.core.windows.net | Replace `storage_account_name` with your actual storage account name. Make sure ["secure transfer required"](../storage/common/storage-require-secure-transfer.md) is enabled on the storage account. If you are using Private endpoint to access storage accounts, this step is not needed and storage traffic is not forwarded to the firewall.|
7474
| Rule_5 | * | http:80 | azure.archive.ubuntu.com | Allows Ubuntu security updates to be installed on the cluster |
75+
| Rule_6 | * | https:433 | pypi.org, pypi.python.org, files.pythonhosted.org | Allows Python package installations for Azure monitoring |
76+
7577

7678
:::image type="content" source="./media/hdinsight-restrict-outbound-traffic/hdinsight-restrict-outbound-traffic-add-app-rule-collection-details.png" alt-text="Title: Enter application rule collection details.":::
7779

0 commit comments

Comments
 (0)