Web 角色部署错误
Web Role Deployment Error
使用 TFS 2015 更新 3 - 发布管理器。我对 QA 和 Live 进行了完全相同的设置,两者都工作得很好。我尝试使用相同的源版本创建新版本,出现相同的错误。我能够毫无问题地通过 Azure 门户上传 cscfg 和 cspkg。有什么想法吗?
2016-10-18T21:53:06.3839794Z Get-AzureDeployment -ServiceName BeethovenUAT -Slot Staging -ErrorAction SilentlyContinue -ErrorVariable azureDeploymentError
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Configuration \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration <extensions>
2016-10-18T21:56:37.1813672Z ##[error]Request Entity Too Large
所以终于有人注意到了我的问题,令我震惊的是,包括我在内的任何人都没有看到这一点。
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -配置\storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration
实际上应该是
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -配置\storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cscfg -插槽暂存 -标签 8517 10/18/2016 22:53:06 -ExtensionConfiguration
使用 TFS 2015 更新 3 - 发布管理器。我对 QA 和 Live 进行了完全相同的设置,两者都工作得很好。我尝试使用相同的源版本创建新版本,出现相同的错误。我能够毫无问题地通过 Azure 门户上传 cscfg 和 cspkg。有什么想法吗?
2016-10-18T21:53:06.3839794Z Get-AzureDeployment -ServiceName BeethovenUAT -Slot Staging -ErrorAction SilentlyContinue -ErrorVariable azureDeploymentError
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Configuration \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration <extensions>
2016-10-18T21:56:37.1813672Z ##[error]Request Entity Too Large
所以终于有人注意到了我的问题,令我震惊的是,包括我在内的任何人都没有看到这一点。
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -配置\storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration
实际上应该是
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cspkg -配置\storage\tfs builds17\UAT\BeethovenMicrosoftAzureCloudService.cscfg -插槽暂存 -标签 8517 10/18/2016 22:53:06 -ExtensionConfiguration