Hi,
作为一个Azure的使用着,我能体会到你的感受,有时我们重新发布到Azure Cloud Service做一些简单的测试时,却需要在发布上花费很多的时间,为什么会这样呢,我找到一篇英文的文章描述类似这样的问题:
http://blog.smarx.com/posts/what-happens-when-you-deploy-on-windows-azure, 文章的主题是,我们在部署到Azure上时,Azure都为我们做了哪些工作,大概意思就是基础控制器首先会为我们准备一些资源来部署我们的程序,然后分别将我们的web role和worker role部署到这些资源上,之后根据程序中的一些特定的配置安装一些东西(例如安装IIS),然后启动我们的roles,如果程序包涵web role还需要配置负载均衡。
如果我们需要让这个发布过程快一点的话,我们可以考虑将静态文件(例如javascript,images等等)存放在Azure存储里。
Best Regards,
Jambor
如果您想进一步了解Windows Azure, Windows Azure
官网欢迎您的访问
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.