Skip to content

Commit 42cb569

Browse files
Update quickstart-create-powershell.md
1 parent 2e1e81d commit 42cb569

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/hdinsight-aks/quickstart-create-powershell.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ In this quickstart, you learn how to create a cluster pool using the Azure Power
2121

2222
## Prerequisites
2323

24-
Ensure that you completed the [subscription prerequisites](./quickstart-prerequisites-subscription.md)
24+
Ensure that you completed the [subscription prerequisites](./quickstart-prerequisites-subscription.md).
2525

2626
## Launch Azure Cloud Shell
2727

28-
The Azure Cloud Shell is a free interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled and configured to use with your account.
28+
The Azure Cloud Shell is an interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled and configured to use with your account.
2929

3030
- For ease of use, try the PowerShell environment in [Azure Cloud Shell](/azure/cloud-shell/overview). For more information, see [Quickstart for Azure Cloud Shell](/azure/cloud-shell/quickstart).
31-
- If you want to use PowerShell locally, then install the [Az PowerShell](/powershell/azure/new-azureps-module-az) module and connect to your Azure account using the [Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet. Make sure that you run the commands with administrative privileges. For more information, see [Install Azure PowerShell][install-azure-powershell].
32-
* The commands used in this article are part of Azure PowerShell module `Az.HdInsightOnAks` and, Run `Install-Module Az.HdInsightOnAks` to install it.
31+
- If you want to use PowerShell locally, then install the [Az PowerShell](/powershell/azure/new-azureps-module-az) module and connect to your Azure account using the [Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet. Make sure that you run the commands with administrative privileges. For more information, see [Install Azure PowerShell](/powershell/azure/install-az-ps).
32+
* The commands used in this article are part of Azure PowerShell module `Az.HdInsightOnAks`, run `Install-Module Az.HdInsightOnAks` to install it.
3333

3434
- If you have more than one Azure subscription, set the subscription that you wish to use for the quickstart by calling the [Set-AzContext](/powershell/module/az.accounts/set-azcontext) cmdlet. For more information, see [Manage Azure subscriptions with Azure PowerShell](/powershell/azure/manage-subscriptions-azureps#change-the-active-subscription).
3535

@@ -142,7 +142,8 @@ Tag : {
142142
Type : microsoft.hdinsight/clusterpools
143143
```
144144

145-
For more information about cluster pool PowerShell commands, refer to these [commands](/powershell/module/az.hdinsightonaks/).
145+
> [!NOTE]
146+
> For more information about cluster pool PowerShell commands, refer to these [commands](/powershell/module/az.hdinsightonaks/).
146147
147148
## Clean up resources
148149

0 commit comments

Comments
 (0)