积极答复者
怎样将一个网站迁移到windows azure上

问题
答案
-
Hi,
对于java,azure是支持的, 您可以发布您的java网站到azure cloud service上或者是到azure的website上都可以,网上也有很多的资源。如果是其他语言, 你可以参考这个文档,http://www.windowsazure.com/en-us/documentation/ ,文档中有azure支持的语言。
关于mysql,您可以直接在sql azure中进行创建,
http://www.windowsazure.com/en-us/documentation/articles/store-php-create-mysql-database/
如果是oracle的话,就我所知,应该需哟啊通过创建一个包含orcal的虚拟机去实现, 您可以参考这个创建过程,
http://msdn.microsoft.com/en-us/library/windowsazure/dn439775.aspx
希望对您有所帮助。
Thanks。
Best Regards,
Will
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.- 已标记为答案 Anfield.KOP 2014年2月20日 6:22
全部回复
-
hi,
第一种方式:
您可以直接将您的公司网站发布到azure website上。 如果有数据库, 您可以在sql azure 中创建相应的数据库,将数据库的连接字符串写道webconfig中
可以参考这个: PHP http://blog.csdn.net/shaunfang/article/details/8555574
http://www.windowsazure.com/en-us/documentation/services/web-sites/
第二种方式:
您可以创建一个VM, 将您的公司网站发布在VM上。数据库可能还需要使用sql azure 中的database
您也可以参考这个类似的帖子:
http://stackoverflow.com/questions/10977899/how-to-deploy-an-asp-net-website-in-windows-azure
Regards,
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. -
Hi,
对于java,azure是支持的, 您可以发布您的java网站到azure cloud service上或者是到azure的website上都可以,网上也有很多的资源。如果是其他语言, 你可以参考这个文档,http://www.windowsazure.com/en-us/documentation/ ,文档中有azure支持的语言。
关于mysql,您可以直接在sql azure中进行创建,
http://www.windowsazure.com/en-us/documentation/articles/store-php-create-mysql-database/
如果是oracle的话,就我所知,应该需哟啊通过创建一个包含orcal的虚拟机去实现, 您可以参考这个创建过程,
http://msdn.microsoft.com/en-us/library/windowsazure/dn439775.aspx
希望对您有所帮助。
Thanks。
Best Regards,
Will
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.- 已标记为答案 Anfield.KOP 2014年2月20日 6:22