Skip to content

Commit 26bf02b

Browse files
authored
Merge pull request #79670 from CHEEKATLAPRADEEP-MSFT/patch-40
(AzureCXP) MicrosoftDocs/azure-docs#33327
2 parents 3dea3a0 + 7036ab2 commit 26bf02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/hdinsight-administer-use-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ az group delete --name RESOURCE_GROUP_NAME
8181
Use [az hdinsight resize](https://docs.microsoft.com/cli/azure/hdinsight?view=azure-cli-latest#az-hdinsight-resize) to resize the specified HDInsight cluster to the specified size. Edit the command below by replacing `RESOURCE_GROUP_NAME`, and `CLUSTER_NAME` with the relevant information. Replace `TARGET_INSTANCE_COUNT` with the desired number of worker nodes for your cluster. For more information about scaling clusters, see [Scale HDInsight clusters](./hdinsight-scaling-best-practices.md). Enter the command:
8282

8383
```azurecli-interactive
84-
az hdinsight delete --resource-group RESOURCE_GROUP_NAME --name CLUSTER_NAME --target-instance-count TARGET_INSTANCE_COUNT
84+
az hdinsight resize --resource-group RESOURCE_GROUP_NAME --name CLUSTER_NAME --target-instance-count TARGET_INSTANCE_COUNT
8585
```
8686

8787
## Next steps

0 commit comments

Comments
 (0)