Skip to content

Commit 9bd5661

Browse files
authored
Update availability-set-overview.md
1 parent 5555ab6 commit 9bd5661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ VMs are also aligned with disk fault domains. This alignment ensures that all th
3333

3434
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:
3535

36-
```cli
36+
```azurecli-interactive
3737
az vm list-skus --resource-type availabilitySets --query '[?name==`Aligned`].{Location:locationInfo[0].location, MaximumFaultDomainCount:capabilities[0].value}' -o Table
3838
```
3939

0 commit comments

Comments
 (0)