Skip to content

Commit 76502f9

Browse files
Merge pull request #229137 from mimckitt/patch-83
Update availability-set-overview.md
2 parents 328ed75 + 7cbec8f commit 76502f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Only VMs with managed disks can be created in a managed availability set. The nu
3737
az vm list-skus --resource-type availabilitySets --query '[?name==`Aligned`].{Location:locationInfo[0].location, MaximumFaultDomainCount:capabilities[0].value}' -o Table
3838
```
3939

40+
Under certain circumstances, two VMs in the same availability set might share a fault domain. You can confirm a shared fault domain by going to your availability set and checking the Fault Domain column. A shared fault domain might be caused by the completing following sequence when you deployed the VMs:
41+
1. Deploy the first VM.
42+
2. Stop/deallocate the first VM.
43+
3. Deploy the second VM.
44+
45+
Under these circumstances, the OS disk of the second VM might be created on the same fault domain as the first VM, so the two VMs will be on same fault domain. To avoid this issue, we recommend that you don't stop/deallocate VMs between deployments.
46+
4047
:::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.":::
4148

4249
## Next steps

0 commit comments

Comments
 (0)