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
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/quickstart-create-powershell.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ In this quickstart, you learn how to create a cluster pool using the Azure Power
21
21
22
22
## Prerequisites
23
23
24
-
Ensure that you completed the [subscription prerequisites](./quickstart-prerequisites-subscription.md)
24
+
Ensure that you completed the [subscription prerequisites](./quickstart-prerequisites-subscription.md).
25
25
26
26
## Launch Azure Cloud Shell
27
27
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.
29
29
30
30
- 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.
33
33
34
34
- 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).
35
35
@@ -142,7 +142,8 @@ Tag : {
142
142
Type : microsoft.hdinsight/clusterpools
143
143
```
144
144
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/).
0 commit comments