问题描述
我在一个订阅上有一个经典存储帐户(SA1),在另一个订阅上有一个资源管理器(SA2)中的存储帐户.
I have a classic storage account (SA1) on one subscription and a storage account in resource manager (SA2) on another subscription.
我已将BHD容器中的VHD从SA1复制到SA2.
I have copied a VHD from a blob container from SA1 to SA2.
现在,我想基于SA2上的VHD创建托管磁盘.我是通过Azure门户执行此操作的.在我要选择VDH的那一点上,我选择了SA2,并且SA2的容器列表始终显示正在加载...".门户此时已挂起.
Now I want to create a managed disk based on the VHD on SA2. I do this via Azure Portal. At the point where I'm about to pick the VDH, I select SA2 and the list of containers of SA2 keeps saying "Loading...". The portal hangs at this point.
当我使用Azure门户浏览存储帐户时,我看到了所有内容,SA2,blob容器以及VHD.
I see all, the SA2, the blob container as well as the VHD when I'm just browsing the storage account using Azure Portal.
推荐答案
当您尝试从SA2存储容器中创建托管磁盘以更好地解决此问题时,是否可以共享错误正在加载..."的屏幕快照?
Could you share the screen shot of error "Loading..", when you are trying to create a managed disk from SA2 storage container to help better on this?
另外,当您说将VHD从SA1存储blob容器复制到SA2时,是否使用powershell复制了VHD?
Also, when you say copied VHD from a SA1 storage blob container to SA2, did you copied VHD using powershell?
这篇关于创建托管磁盘时未显示存储帐户容器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!