简体   繁体   English

Azure VM中开发和沙箱环境的模板

[英]Template for dev and sandbox environment in Azure VM

Have not found this yet, so the answer is probably obvious? 还没有找到这个,所以答案可能很明显? I'm looking for the quickest way to setup a development sandbox environment on Azure (or elsewhere, for that matter). 我正在寻找在Azure(或其他地方)上设置开发沙箱环境的最快方法。 I prefer this approach to setting up VMs on my own (fixed size) machines. 我更喜欢使用这种方法在自己的(固定大小)计算机上设置VM。 However, I'd like a template approach so I don't have to install everything myself each time (basic Microsoft Visual Studio, DBs, SDKs) and then I can install the CTPs or preview code on top. 但是,我希望使用模板方法,因此不必每次都自己安装所有东西(基本的Microsoft Visual Studio,数据库,SDK),然后可以在顶部安装CTP或预览代码。

Thanks! 谢谢!

The quickest way to setup the test environment on Azure is to make a custom VHD in which you can install all your Development Softwares just once and upload it to Azure. 在Azure上设置测试环境的最快方法是制作一个自定义VHD,您可以在其中安装所有开发软件一次,然后将其上传到Azure。 Then create a VM using that custom VHD and you're good to go. 然后使用该自定义VHD创建VM,一切顺利。 This can help you on how to create a custom VHD and upload it to Azure Link 这可以帮助您了解如何创建自定义VHD并将其上传到Azure Link

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM