我使用 Azure .NET SDK 2.6 创建了一个具有单个辅助角色的全新云服务。RoleEntryPoint 几乎是空的。
由于创建虚拟机,第一次需要一段时间。我的期望是以下发布尝试会快得多。事实证明,它至少需要 5 分钟。在 VS 中检查部署活动日志,我看到:
20:17:06 - Checking for Remote Desktop certificate...
20:17:07 - Applying Diagnostics extension.
20:17:29 - Preparing deployment for AzureCloudService2 - 15/05/2015 20:17:03...
20:17:29 - Connecting...
20:17:29 - Verifying storage account ...
20:17:30 - Uploading Package...
20:17:51 - Updating...
20:19:59 - Instance 0 of role WorkerRole1 is ready
20:20:00 - Starting...
20:20:19 - Initializing...
20:20:19 - Created web app URL: ...
20:20:19 - Complete.
为什么更新这个应用程序需要 2 分钟?有没有办法加快这个速度?