Skip to content

Commit 307fd0c

Browse files
authored
Merge pull request #101825 from cynthn/patch-348
Update virtual-machines-common-manage-availability.md
2 parents d3f32a6 + 9a86acf commit 307fd0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/virtual-machines-common-manage-availability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ Get-AzComputeResourceSku | where{$_.ResourceType -eq 'availabilitySets' -and $_.
7575
az vm list-skus --resource-type availabilitySets --query '[?name==`Aligned`].{Location:locationInfo[0].location, MaximumFaultDomainCount:capabilities[0].value}' -o Table
7676
```
7777

78-
> Note:
79-
> Under certain circumstances, it might happen that 2 VMs part of the same AvailabilitySet are sharing the same FaultDomain. This can be confirmed by going into your AvailabilitySet and check the "Fault Domain" column.
80-
> This behavior can be observed when the following sequence happened while deploying the VMs:
78+
> [!NOTE]
79+
> Under certain circumstances, 2 VMs in the same AvailabilitySet could shared the same FaultDomain. This can be confirmed by going into your availability set and checking the **Fault Domain** column.
80+
> This can be cause from the following sequence while deploying the VMs:
8181
> - Deploy the 1st VM
8282
> - Stop/Deallocate the 1st VM
8383
> - Deploy the 2nd VM
8484
> Under these circumstances, the OS Disk of the 2nd VM might be created on the same Fault Domain as the 1st VM, and so the 2nd VM will also land on the same FaultDomain.
85-
> To avoid this issue, it's recommended to not stop/deallocate the VM between their deployments.
85+
> To avoid this issue, it's recommended to not stop/deallocate the VMs between deployments.
8686
8787
If you plan to use VMs with unmanaged disks, follow below best practices for Storage accounts where virtual hard disks (VHDs) of VMs are stored as [page blobs](https://docs.microsoft.com/rest/api/storageservices/Understanding-Block-Blobs--Append-Blobs--and-Page-Blobs#about-page-blobs).
8888

0 commit comments

Comments
 (0)