Skip to content

Commit a405fb1

Browse files
authored
Merge pull request #105322 from isra-fel/patch-1
Update image-builder-powershell.md
2 parents 8e4dfc8 + f2cc08a commit a405fb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/virtual-machines/windows/image-builder-powershell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
2626
If you choose to use PowerShell locally, this article requires that you install the Azure PowerShell
2727
module and connect to your Azure account by using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet. For more information, see [Install Azure PowerShell](/powershell/azure/install-az-ps).
2828

29+
Some of the steps require cmdlets from the [Az.ImageBuilder](https://www.powershellgallery.com/packages/Az.ImageBuilder) module. Install separately by using the following command.
30+
31+
```azurepowershell-interactive
32+
Install-Module -Name Az.ImageBuilder
33+
```
34+
2935
[!INCLUDE [cloud-shell-try-it](../../../includes/cloud-shell-try-it.md)]
3036

3137
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources

0 commit comments

Comments
 (0)