问题描述
您好,我是b $ b $
我有一个工作的node.js网络应用程序,问题是我的最后一次提交在部署中心看起来很活跃但是我推送的更新新的提交不起作用。应用程序陷入了我4天前推送的提交。此场景也适用于其他应用广告位。
Hi there,
I have a working node.js web app and the problem is my last commits looks active on deployment center but updates that i push with new commits don't work. App stuck in commit that i pushed 4 days ago. Also this scenario is same in other app slots.
推荐答案
只需要双重确认,您可以确认提取的提交ID(如果您尚未检查)并且如果在该提交上的部署
id成功。 您可以通过查看 kudu
trace (D:\ home \ LogFiles \kudu\trace)。
1.Leverage App Service通过推荐潜在的解决方案,它可以减少试错的机会并加快解决问题的速度。
To访问App Service诊断程序,在 Azure
portal 。在左侧导航栏中,点击 诊断并解决问题。
2.您还可以查看服务健康通知。
'服务健康' - 服务
问题 视图显示Azure服务中任何影响资源的问题。您可以了解问题何时开始,以及哪些服务和区域受到影响。您还可以阅读最新的更新,以了解Azure正在执行的操作
来解决此问题。请参阅 Azure服务健康
3.您可以通过Azure资源管理器(ARE)尝试这些步骤:
- 转到 https:/ /resources.azure.com/
-
使用搜索框或通过树搜索您的网站 -
在您的网站下,展开 sourcecontrols>网络节点 -
确保从ARE中的'只读'选项切换到'读/写'。 -
在JSON中,设置repo URL(例如https://bitbucket.org/yourorg/yourrepo)和分支(例如master) -
点击PUT按钮
- Go to https://resources.azure.com/
- Search for your site, either using the search box or through the tree
- Under your site, expand the sourcecontrols> web node
- Ensure that you toggle to ‘Read/Write’ from ‘Read only’ selection in ARE.
- In the JSON, set the repo URL (e.g. https://bitbucket.org/yourorg/yourrepo), and the branch (e.g. master)
- Click the PUT button
然后检查它是否有任何区别,让我们知道进一步调查。
这篇关于应用服务CI新提交状态处于活动状态,但它无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!