- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
[我使用的是Win8,VS2012]
我有一个 .VHD 文件,其中包含已安装的操作系统和其他软件。我想在 Azure 中使用此 .VHD 来创建新的虚拟机。因此我引用上面的文章。
问题#1:即使安装了 Azure SDK for Vs2012 后,我也无法在我的电脑上找到 CSUpload.exe。我想知道为什么它没有安装。 - 任何线索。
问题#2。由于未找到 CSUpload.exe,我只是查看 VS2012,发现我可以使用“服务器资源管理器”连接到 Azure,并且可以将 .VHD 上传到我按照上面文章所述创建的存储区域。
但是
从 Azure 管理器上传 .VHD 文件后,当我尝试创建新虚拟机时,我无法在图库列表中找到新上传的 .VHD,根据文章,该文件应出现在“我的”中图像”或“我的磁盘”列表。
任何线索,可能出了什么问题。 ?
问候
最佳答案
Problem #1: Even after installing Azure SDK for Vs2012 , I could not find CSUpload.exe on my PC. I wonder why its not installed. - any clue.
我刚刚检查了 SDK 2.3,bin 目录中缺少 csupload.exe。尽管它出现在 v 2.2 中。可能他们在最新版本中已弃用此应用程序。您可以尝试卸载最新版本并安装2.2版本。安装 2.2 后,您将在 C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\v2.2\bin
目录中找到 csupload。
Problem #2. Since CSUpload.exe was not found, I was just looking into VS2012 and found that i can connect to Azure using "Server Explorer" and there i was able to upload .VHD into storage area, that i created as explained in above article.
为了从 VHD 文件创建虚拟机,该文件必须作为 Page
blob 上传。通过 Visual Studio Server Explorer 上传的文件保存为 Block
blob。您可能想尝试使用另一个支持将文件作为页面 blob 上传的工具。请看一下AzCopy
(我没有亲自尝试过,但我认为它支持上传页面 blob)。
关于visual-studio-2012 - 将 .VDH 文件上传到 Azure 存储后出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22969259/
我指的是下面的文章。 http://blogs.technet.com/b/erezs_iis_blog/archive/2013/05/22/uploading-a-custom-operating
我是一名优秀的程序员,十分优秀!