Sitecore azure 重新部署

Sitecore azure re-deployment

我正在使用 site-core azure 进行部署。 我已经使用下面的 link 清理了部署: https://kb.sitecore.net/articles/771717

之后,当我再次尝试部署时,出现以下错误:

Execute package failed System.ApplicationException: AdvaiyaWebSiteTestScusCe01Role01SSc437Staging [S] Execute package failed ---> System.ApplicationException: Execute package is failed ---> System.Runtime.Remoting.RemotingException: Object '/e44991be_f499_4234_a3a7_de70f8a3bcf7/6qjthylyeqgvlu+u0v4xxedj_286.rem' has been disconnected or does not exist at the server. Server stack trace: at System.IO.FileStream.get_CanRead() at MS.Internal.IO.Zip.ZipIOLocalFileBlock.CheckFileAccessParameter(Stream stream, FileAccess access) at

如何解决?

谢谢

我在使用 Sitecore Azure 模块和使用 Azure .NET SDK 2.5 的 Visual Studio 时看到了这个错误。尽管如此,我还没有在 SDK 2.4 或 2.6 中看到它。

由于您不能将其他 SDK 版本与 Sitecore Azure 模块一起使用,您唯一可以尝试的是 运行 再次部署。

否则,使用最新的 Azure .NET SDK Visual Studio: https://github.com/olegburov/sitecore-azure-content/blob/master/articles/how-to-deploy-sitecore-80-solution-to-microsoft-azure-web-app-using-visual-studio.md

要将 Sitecore Session 数据库导出为 *.bacpac 文件,请参考以下文章:https://github.com/olegburov/sitecore-azure-content/blob/master/articles/how-to-deploy-sitecore-databases-to-azure-sql-database.md