简体   繁体   English

Silverlight到HTML5 Azure VIP交换

[英]Silverlight to HTML5 Azure VIP Swap

I have a Silverlight App that is deployed to foo.cloudapp.net prod environment with cloud service named Foo. 我有一个Silverlight应用程序,该应用程序使用名为Foo的云服务部署到foo.cloudapp.net产品环境中。

Now I have created a HTML5 version of that app and would like to replace the Silverlight version. 现在,我已经创建了该应用程序的HTML5版本,并希望替换Silverlight版本。

What's the best way to achieve this? 实现此目标的最佳方法是什么?

Here is what I am thinking: 这是我在想什么:

  • Deploy HTML5 version Stating of Foo cloud service. 部署Foo云服务的HTML5版本说明。
  • Test the app completely over there 在那里完全测试应用程序
  • Finally, swap the VIP between Stage and Prod. 最后,在Stage和Prod之间交换VIP。
  • Delete the stage copy 删除阶段副本

Does this sound right? 听起来对吗?

When I do this, what happens to the previous SilverLight version on Prod? 当我这样做时,Prod上的先前SilverLight版本会发生什么? Is there anyway to revert back to Silverlight app if I have to? 无论如何,是否必​​须还原到Silverlight应用程序?

Any comments, suggestions will be highly appreciated. 任何意见,建议将不胜感激。

Yes, that is probably the best way to do the upgrade. 是的,这可能是升级的最佳方法。 Your older Silverlight version will switch to the staging slot and your new HTML5 version will switch to the production slot. 您的旧Silverlight版本将切换到暂存槽,而新的HTML5版本将切换到生产槽。 If you want to revert back you simply do another VIP swap. 如果要还原,只需执行另一个VIP交换。

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

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