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
For more information about scaling clusters, see [Scale HDInsight clusters](./hdinsight-scaling-best-practices.md).
70
70
71
+
## Update HTTP user credentials
72
+
73
+
[Set-AzHDInsightGatewayCredential](https://docs.microsoft.com/powershell/module/az.hdinsight/set-azhdinsightgatewaycredential) sets the gateway HTTP credentials of an Azure HDInsight cluster.
74
+
75
+
```powershell
76
+
$clusterName = "CLUSTERNAME"
77
+
$credential = Get-Credential -Message "Enter the HTTP username and password:" -UserName "admin"
0 commit comments