I have several VHDs created on storage account A. These VHDs are a mix of System(Linux) and data drives for the VM's. I shut down the VM's, deleted VMs and disks and moved all of the VHDs to storage account B.
"
blob1 = Start-AzureStorageBlobCopy -AbsoluteUri $srcUri `
-SrcContext $srcContext `
-DestContainer $containerName `
-DestBlob "Linux_OS.vhd" `
-DestContext $destContext
"
So, on storage account B, I created new disk associated with VHD and a new VM associated to disk, but I can`t access Linx VM.