本文介绍了在 Azure 应用服务中查找最近的部署日期时间(历史记录)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的其中一个应用程序存在问题.不幸的是,它没有配置为持续集成.现在我们需要找出带有日期时间的最近/最新的部署历史.

There is issue in one of our application. Unfortunately, It wasn't configured on continuous integration. Now we need to find out the recent / latest deployment history with date time.

能否请您帮我查找应用服务中的部署历史记录?

Could you please help me to find the deployment history in App Service?

推荐答案

您可以进入应用服务,点击活动日志"并设置您认为可能发生部署的时间跨度(最长 90 天)过去).

You can go to the App Service, click 'Activity log' and set the timespan in which you think the deployment might have occured (with a maximum of 90 days in the past).

它会显示 Web 应用程序的更新时间.我刚查了一下,看起来是这样的:

It shows you when the web application was updated. I just checked, it looks something like this:

这篇关于在 Azure 应用服务中查找最近的部署日期时间(历史记录)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 22:22