Skip to content

Commit 7ce9732

Browse files
authored
Merge pull request #110719 from Karishma-Tiwari-MSFT/patch-168
(ForumsTeam) fixes MicrosoftDocs/azure-docs#52003
2 parents 3bf5ad5 + 66137bc commit 7ce9732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/tutorial-availability-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you look at the availability set in the portal by going to **Resource Groups*
111111

112112
## Check for available VM sizes
113113

114-
You can add more VMs to the availability set later, but you need to know what VM sizes are available on the hardware. Use [Get-AzVMSize](https://docs.microsoft.com/powershell/module/az.compute/get-azvmsize) to list all the available sizes on the hardware cluster for the availability set.
114+
When you create a VM inside a availability set, you need to know what VM sizes are available on the hardware. Use [Get-AzVMSize](https://docs.microsoft.com/powershell/module/az.compute/get-azvmsize) command to get all available sizes for virtual machines that you can deploy in the availability set.
115115

116116
```azurepowershell-interactive
117117
Get-AzVMSize `

0 commit comments

Comments
 (0)