Skip to content

Commit 64f01e7

Browse files
Merge pull request #38839 from anusricorp/patch-1
Updating login.microsoftonline.com info
2 parents 5f95f1e + 81a7e12 commit 64f01e7

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)