An open API service indexing awesome lists of open source software.

https://github.com/cosh/hdinsightusercreation


https://github.com/cosh/hdinsightusercreation

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# HDInsightUserCreation

combines https://docs.microsoft.com/en-us/azure/hdinsight/r-server/r-server-hdinsight-manage & https://docs.microsoft.com/de-de/powershell/module/azurerm.hdinsight/Submit-AzureRmHDInsightScriptAction?view=azurermps-5.7.0

```
Login-AzureRmAccount

Submit-AzureRmHDInsightScriptAction
-ClusterName "your-hdinsight-clustername"
-ResourceGroupName "rgname"
-Name "addUser"
-Uri "https://raw.githubusercontent.com/cosh/HDInsightUserCreation/master/adduser.sh"
-NodeTypes EdgeNode
-PersistOnSuccess
-Parameters "username userPassword123#"
```