Skip to content

Commit 81a7e12

Browse files
authored
Updating login.microsoftonline.com info
Adding documentation to also include details for adding login.microsoftonline.com in addition to the older login.windows.net
1 parent 14aa2d3 commit 81a7e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ On the **Add application rule collection** screen, complete the following steps:
5757
| **Name** | **Source Address** | **Protocol:Port** | **Target FQDNS** | **Notes** |
5858
| --- | --- | --- | --- | --- |
5959
| Rule_2 | * | https:443 | login.windows.net | Allows Windows login activity |
60-
| Rule_3 | * | https:443,http:80 | <storage_account_name.blob.core.windows.net> | If your cluster is backed by WASB, then add a rule for WASB. To use ONLY https connections make sure ["secure transfer required"](https://docs.microsoft.com/azure/storage/common/storage-require-secure-transfer) is enabled on the storage account. |
60+
| Rule_3 | * | https:443 | login.microsoftonline.com | Allows Windows login activity |
61+
| Rule_4 | * | https:443,http:80 | <storage_account_name.blob.core.windows.net> | If your cluster is backed by WASB, then add a rule for WASB. To use ONLY https connections make sure ["secure transfer required"](https://docs.microsoft.com/azure/storage/common/storage-require-secure-transfer) is enabled on the storage account. |
6162

6263
1. Click **Add**.
6364

0 commit comments

Comments
 (0)