Skip to content

Commit 772281f

Browse files
authored
Removed Storm contents
Removed Storm contents
1 parent fbddfc7 commit 772281f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/manage-clusters-runbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create and delete Azure HDInsight clusters with script
44
ms.service: hdinsight
55
ms.custom: hdinsightactive
66
ms.topic: tutorial
7-
ms.date: 12/27/2019
7+
ms.date: 11/17/2022
88
---
99

1010
# Tutorial: Create Azure HDInsight clusters with Azure Automation
@@ -108,7 +108,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
108108
#Automation credential for user to SSH into cluster
109109
$sshCreds = Get-AutomationPSCredential –Name 'ssh-password'
110110
111-
$clusterType = "Hadoop" #Use any supported cluster type (Hadoop, HBase, Storm, etc.)
111+
$clusterType = "Hadoop" #Use any supported cluster type (Hadoop, HBase, etc.)
112112
$clusterOS = "Linux"
113113
$clusterWorkerNodes = 3
114114
$clusterNodeSize = "Standard_D3_v2"
@@ -162,4 +162,4 @@ When no longer needed, delete the Azure Automation Account that was created to a
162162
## Next steps
163163
164164
> [!div class="nextstepaction"]
165-
> [Manage Apache Hadoop clusters in HDInsight by using Azure PowerShell](hdinsight-administer-use-powershell.md)
165+
> [Manage Apache Hadoop clusters in HDInsight by using Azure PowerShell](hdinsight-administer-use-powershell.md)

0 commit comments

Comments
 (0)