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
> This example demonstrates how to add rules to allow inbound traffic on the required IP addresses. It does not contain a rule to restrict inbound access from other sources.
436
-
>
437
-
> The following example demonstrates how to enable SSH access from the Internet:
This example demonstrates how to add rules to allow inbound traffic on the required IP addresses. It does not contain a rule to restrict inbound access from other sources. The following code demonstrates how to enable SSH access from the Internet:
@@ -485,14 +482,14 @@ Use the following steps to create a virtual network that restricts inbound traff
485
482
486
483
Once this command completes, you can install HDInsight into the Virtual Network.
487
484
488
-
> [!IMPORTANT]
489
-
> These steps only open access to the HDInsight health and management service on the Azure cloud. Any other access to the HDInsight cluster from outside the Virtual Network is blocked. To enable access from outside the virtual network, you must add additional Network Security Group rules.
490
-
>
491
-
> The following example demonstrates how to enable SSH access from the Internet:
These steps only open access to the HDInsight health and management service on the Azure cloud. Any other access to the HDInsight cluster from outside the Virtual Network is blocked. To enable access from outside the virtual network, you must add additional Network Security Group rules.
487
+
488
+
The following code demonstrates how to enable SSH access from the Internet:
0 commit comments