Windows Azure 云开发
我是云计算新手。我使用 Visual Studio 2010 创建了一个新的云解决方案。
我需要在某处部署我的解决方案才能对其进行测试。
正如我在研究中看到的那样,我应该在 http://www.microsoft.com/windowsazure 上拥有一个帐户/帐户/
目前我在那里没有帐户,那么我应该在哪里部署我的应用程序,以及如何测试它?
I am new to cloud computing. I created a new cloud solution using Visual Studio 2010.
I need to deploy my solution somewhere in order to test it.
As I saw in my researches, I should have an account on http://www.microsoft.com/windowsazure/account/
Currently i do not have an account there, so where should I deploy my application, and how can i test it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您转到此处: http://msdn.microsoft.com/en-us/ windowsazure/cc974146.aspx 您可以下载整个 SDK 和其他工具,这些工具本质上允许您在本地计算机上运行 Azure。它要求您安装 SQL Server。
对于缺乏细节表示歉意,自从我自己做以来已经有一段时间了。但是,浏览该页面,您会找到所需的所有工具和文档。这是一件大而棘手的事情,需要你花点时间来理解,所以遗憾的是,你需要留出一些时间来阅读。
If you go here: http://msdn.microsoft.com/en-us/windowsazure/cc974146.aspx you can download the whole SDK and other tools which essentially allows you to run Azure on your local machine. It requires you to have SQL Server installed.
Apologies for the lack of details, it's quite a while since I did it myself. But, poke around on that page and you'll find all the tools and documenation you need. It's a big, hairy thing to get your head around so you'll need to set some time aside to just read, sadly.
最好的入门资源是 Azure 培训套件,请在此处获取:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=413e88f8-5966-4a83-b309-53b7b77edf78&displaylang=en
观看一些视频然后深入实验室,最好的老师就是实践经验。
Best resource to get started is the Azure training kit, get it here:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=413e88f8-5966-4a83-b309-53b7b77edf78&displaylang=en
Watch some videos then dive into the labs, the best teacher is hands on experience.