Skip to content

Commit 168d913

Browse files
authored
Update virtual-machines-windows-powershell-sample-create-nlb-vm.md
1 parent d79e771 commit 168d913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/scripts/virtual-machines-windows-powershell-sample-create-nlb-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This script uses the following commands to create the deployment. Each item in t
6565
| [New-AzVM](https://docs.microsoft.com/powershell/module/az.compute/new-azvm) | Create a virtual machine. |
6666
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Removes a resource group and all resources contained within. |
6767

68-
You can also create the VMs using your own custom mananaged image. In the VM configuration, for `Set-AzVMSourceImage` use the `-Id` and `-VM` parameters instead of -PublisherName, -Offer, -Skus, and -Version.
68+
You can also create the VMs using your own custom managed image. In the VM configuration, for `Set-AzVMSourceImage` use the `-Id` and `-VM` parameters instead of `-PublisherName`, `-Offer`, `-Skus`, and `-Version`.
6969

7070
For example, creating the VM config would be:
7171

0 commit comments

Comments
 (0)