I am trying to create VM using existing VHD which I have on the storage blob. I ran the below command
Add-AzureDisk -DiskName "Keldc1" -MediaLocation "https://*****.blob.core.windows.net/essrestore/Kel-DC01201611012647.vhd" -Label "Bootdisk" -OS "Windows"
the error i reeived is
Add-AzureDisk : BadRequest: The storage account with the name ***** as specified in the VHD URI https://*****.blob.core.windows.net/essrestore/Kel-DC01201611012647.vhd does not exists in the current subscription
I verified I have the subscription is correct and the Storage account is in the same subscription.
Help Please.