Skip to content

Commit 686731d

Browse files
Merge pull request #229122 from mimckitt/patch-82
Update availability-set-overview.md
2 parents 41d874f + 9bd5661 commit 686731d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/virtual-machines/availability-set-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ Fault domains define the group of virtual machines that share a common power sou
3131

3232
VMs are also aligned with disk fault domains. This alignment ensures that all the managed disks attached to a VM are within the same fault domains.
3333

34-
Only VMs with managed disks can be created in a managed availability set. The number of managed disk fault domains varies by region - either two or three managed disk fault domains per region.
34+
Only VMs with managed disks can be created in a managed availability set. The number of managed disk fault domains varies by region - either two or three managed disk fault domains per region. The following command will retreive a list of fault domains per region:
35+
36+
```azurecli-interactive
37+
az vm list-skus --resource-type availabilitySets --query '[?name==`Aligned`].{Location:locationInfo[0].location, MaximumFaultDomainCount:capabilities[0].value}' -o Table
38+
```
3539

3640
:::image type="content" source="./media/virtual-machines-common-manage-availability/md-fd-updated.png" alt-text="Diagram showing how the fault domains for disks and VMs are aligned.":::
3741

0 commit comments

Comments
 (0)