There is a request for a shared disk for two Hyper-V virtual machines.
I'm from VMware background and not familiar with Hyper-V and its PowerShell commands.
The GUI interface of the Windows Admin Center of the Azure Stack HCI does not have the option to create a shared disk as in the Hyper-V Manager.
From the article below, I was able to figure out the commands to create the shared disk and add it to the VMs.
https://cloudmechanic.net/2016/04/25/adding-shared-vhdx-using-powershell/
Before I move on to adding this disk to another VM, I was thinking, why not add this disk to a separate disk controller.
After powering off the VMs and removing the shared disk from the first VM, below are the codes and the final results.