0

I have a windows azure web role that has 2 instances. I would like to web deploy to these instances from VS as to avoid doing a full deployment that takes ~ 10 - 15 minutes.

I know this used to be possible with the [now deprecated] Azure Accelerator for Web Roles. Is this possible now?

4

2 回答 2

1

Web Deploy 仍然有效,但仅适用于单个实例且仅用于测试目的(即,您不能将其用于您希望更改在 VM 重新映像或节点移动中持续存在的生产站点)。

请参阅http://blogs.msdn.com/b/cloud/archive/2011/04/19/enabling-web-deploy-for-windows-azure-web-roles-with-visual-studio.aspxhttp:// /msdn.microsoft.com/en-us/library/windowsazure/ff683672.aspx

于 2013-10-18T16:02:08.623 回答
0

要启用 Web 部署,您必须从 Microsoft 网站的 Microsoft Web Installer 3.0 页面安装 Windows Azure 工具和 Windows Azure SDK。

但是,请注意,您的部署环境中不能有任何 Web 角色的多个实例。但是,支持多个 Web 角色,每个角色只有一个实例

于 2013-10-18T16:08:08.580 回答